Package jade.proto

Examples of jade.proto.SSIteratedAchieveREResponder$RequestHandler


    ACLMessage msg = theDF.receive(template);
    if (msg != null) {
      if (logger.isLoggable(Logger.FINE)) {
        logger.log(Logger.FINE, "DF "+myAgent.getName()+": Iterated-search request received from "+msg.getSender().getName()+". Conv-ID = "+msg.getConversationId());
      }
      theDF.addBehaviour(new SSIteratedAchieveREResponder(theDF, msg) {
        private KBIterator iterator = null;
        private String myConversationId = null;
        private int cnt = 0; // Only for debugging purposes
       
        protected ACLMessage handleRequest(ACLMessage request) throws RefuseException, FailureException, NotUnderstoodException {
View Full Code Here

TOP

Related Classes of jade.proto.SSIteratedAchieveREResponder$RequestHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.