|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.task.Task | +--fipaos.test.agent.MessageTimingAgent.MessageTestTask
Task to test message sending & timing
Fields inherited from class fipaos.agent.task.Task |
_children, _lock, _owner, _tm |
Constructor Summary | |
MessageTimingAgent.MessageTestTask(AgentID aid,
java.lang.Object content)
|
Method Summary | |
void |
handleInform(Conversation conv)
Dummy method - please override implementation and DO NOT invoke |
void |
handleOther(Conversation conv)
This method can be implemented to provide a mechanism for dealing with incoming messages for which there is no performative handler available in the task subclass. |
void |
startTask()
Invoked immediately after the task has been initialised by newTask() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageTimingAgent.MessageTestTask(AgentID aid, java.lang.Object content)
Method Detail |
public void startTask()
Task
startTask
in class Task
public void handleInform(Conversation conv)
Task
handleInform
in class Task
public void handleOther(Conversation conv)
Task
handleOther
in class Task
fipaos.agent.task.Task
conv
- The conversation containing the message to handle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |