fipaos.test.agent
Class AgentMessagingTest.TestAgent.IdleTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--fipaos.test.agent.AgentMessagingTest.TestAgent.IdleTask
Enclosing class:
AgentMessagingTest.TestAgent

public class AgentMessagingTest.TestAgent.IdleTask
extends Task


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
AgentMessagingTest.TestAgent.IdleTask()
           
 
Method Summary
 void handleInform(Conversation conv)
          Dummy method - please override implementation and DO NOT invoke
 
Methods inherited from class fipaos.agent.task.Task
DFSearchResults, done, done, doneDFSearchTask, errorDFSearchTask, forward, forward, getContext, getNewConversation, getState, handleAcceptProposal, handleAgree, handleCfp, handleConfirm, handleDisconfirm, handleFailure, 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, startTask, timeoutDFSearchTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentMessagingTest.TestAgent.IdleTask

public AgentMessagingTest.TestAgent.IdleTask()
Method Detail

handleInform

public void handleInform(Conversation conv)
Description copied from class: Task
Dummy method - please override implementation and DO NOT invoke
Overrides:
handleInform in class Task