fipaos.platform.agentcities
Class PingAgent.IdleTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--fipaos.platform.agentcities.PingAgent.IdleTask
Enclosing class:
PingAgent

public class PingAgent.IdleTask
extends Task


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
PingAgent.IdleTask()
           
 
Method Summary
 void handleQueryRef(Conversation conv)
          Dummy method - please override implementation and DO NOT invoke
 void startTask()
          Invoked immediately after the task has been initialised by newTask()
 
Methods inherited from class fipaos.agent.task.Task
DFSearchResults, 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, 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

PingAgent.IdleTask

public PingAgent.IdleTask()
Method Detail

startTask

public void startTask()
Description copied from class: Task
Invoked immediately after the task has been initialised by newTask()
Overrides:
startTask in class Task

handleQueryRef

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