fipaos.platform.ams
Class AMSDeregistrationTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--fipaos.platform.ams.AMSDeregistrationTask

public class AMSDeregistrationTask
extends Task


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
AMSDeregistrationTask()
          Create a Task to deregister with the AMS
 
Method Summary
 void handleAgree(Conversation conv)
          Deal with agree messages
 void handleFailure(Conversation conv)
          Deal with failure messages
 void handleInform(Conversation conv)
          Deal with failure messages
 void handleNotUnderstood(Conversation conv)
          Deal with not-understood messages
 void handleRefuse(Conversation conv)
          Deal with refuse messages
 void startTask()
          Invoked when task starts
 
Methods inherited from class fipaos.agent.task.Task
DFSearchResults, done, done, doneDFSearchTask, errorDFSearchTask, forward, forward, getContext, getNewConversation, getState, handleAcceptProposal, handleCfp, handleConfirm, handleDisconfirm, handleInformIf, handleInformRef, handleLateMessage, handleOther, handlePropagate, handlePropose, handleProxy, handleQueryIf, handleQueryRef, 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

AMSDeregistrationTask

public AMSDeregistrationTask()
Create a Task to deregister with the AMS
Method Detail

startTask

public void startTask()
Invoked when task starts
Overrides:
startTask in class Task

handleNotUnderstood

public void handleNotUnderstood(Conversation conv)
Deal with not-understood messages
Overrides:
handleNotUnderstood in class Task

handleRefuse

public void handleRefuse(Conversation conv)
Deal with refuse messages
Overrides:
handleRefuse in class Task

handleAgree

public void handleAgree(Conversation conv)
Deal with agree messages
Overrides:
handleAgree in class Task

handleFailure

public void handleFailure(Conversation conv)
Deal with failure messages
Overrides:
handleFailure in class Task

handleInform

public void handleInform(Conversation conv)
Deal with failure messages
Overrides:
handleInform in class Task