ihelp
Class LoadAgents.IdleTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--ihelp.LoadAgents.IdleTask
Enclosing class:
LoadAgents

public class LoadAgents.IdleTask
extends fipaos.agent.task.Task

Idletask, starts the loading process


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
LoadAgents.IdleTask()
           
 
Method Summary
 void DFSearchResults(fipaos.ont.fipa.fipaman.DFAgentDescription[] descs)
          Get the ids of the repservers and put them in the _repservers vector.
 void doneLoadAgents_SendReqTasks(fipaos.agent.task.Task t)
           
 void doneTestAgent_SendReqTask(fipaos.agent.task.Task t)
           
 void doneWaitTask(fipaos.agent.task.Task t)
          If we Invoked when a WaitTask "completes" (i.e.
 void findRepServers()
           
protected  void startTask()
           
 
Methods inherited from class fipaos.agent.task.Task
done, done, doneDFSearchTask, errorDFSearchTask, forward, forward, getContext, getNewConversation, getState, handleAcceptProposal, handleAgree, handleCfp, handleConfirm, handleDisconfirm, handleFailure, handleInform, handleInformIf, handleInformRef, handleLateMessage, handleNotUnderstood, handleOther, handlePropagate, handlePropose, handleProxy, handleQueryIf, handleQueryRef, handleRefuse, handleRejectProposal, handleRequest, handleRequestWhen, handleRequestWhenever, handleSubscribe, handleUndeliverableMessage, newTask, newTask, newTask, newTask, newTask, newTask, newTask, newTask, notify, notifyDone, notifyError, notifyMessageFailure, notifyMessageForEndedConversation, notifyTimeout, searchDF, searchDF, searchDF, searchDF, searchDF, sendNotUnderstood, setContext, timeoutDFSearchTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadAgents.IdleTask

public LoadAgents.IdleTask()
Method Detail

startTask

protected void startTask()
Overrides:
startTask in class fipaos.agent.task.Task

findRepServers

public void findRepServers()

doneTestAgent_SendReqTask

public void doneTestAgent_SendReqTask(fipaos.agent.task.Task t)

DFSearchResults

public void DFSearchResults(fipaos.ont.fipa.fipaman.DFAgentDescription[] descs)
Get the ids of the repservers and put them in the _repservers vector.
Overrides:
DFSearchResults in class fipaos.agent.task.Task

doneWaitTask

public void doneWaitTask(fipaos.agent.task.Task t)
If we Invoked when a WaitTask "completes" (i.e. after the period of time it has been asked to wait elapses).

doneLoadAgents_SendReqTasks

public void doneLoadAgents_SendReqTasks(fipaos.agent.task.Task t)