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 {