fipaos.agent
Class TestAgent.IdleTask

fipaos.agent.task.Task
  |
  +--fipaos.agent.TestAgent.IdleTask

public class TestAgent.IdleTask
extends Task


Field Summary
 FIPAOSAgent_parent
           

Constructor Summary
TestAgent.IdleTask(String target, FIPAOSAgent parent)
          Constructor

Method Summary
 voidDFSearchResults(DFAgentDescription[] descs)
           
 voiddoneWaitTask(Task t)
          Invoked when its time to send a new message
 voidhandleInform(Conversation conv)
          Invoked when a message is received
 voidstartTask()
          Invoked when the task is first started

Methods inherited from class fipaos.agent.task.Task
doneDFSearchTask, errorDFSearchTask, getState, handleFailure, handleRequest, notify, timeoutDFSearchTask

Field Detail

_parent

public FIPAOSAgent _parent
Constructor Detail

TestAgent.IdleTask

public TestAgent.IdleTask(String target, FIPAOSAgent parent)
Constructor
Method Detail

DFSearchResults

public void DFSearchResults(DFAgentDescription[] descs)

doneWaitTask

public void doneWaitTask(Task t)
Invoked when its time to send a new message

handleInform

public void handleInform(Conversation conv)
Invoked when a message is received

startTask

public void startTask()
Invoked when the task is first started

Association Links

to Class fipaos.ont.fipa.fipaman.AgentID

to Class fipaos.agent.FIPAOSAgent