repserver
Class RepServer.ActivateTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--repserver.RepServer.ActivateTask
Enclosing class:
RepServer

public class RepServer.ActivateTask
extends fipaos.agent.task.Task


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
RepServer.ActivateTask(RepGroup rg, RepAgentID aid)
           
 
Method Summary
 void doneRepServer_UpdateAgentTask(java.lang.Object o)
          A UpdateAgentTask completes normally.
 void handleAgree(fipaos.agent.conversation.Conversation c)
           
 void handleInform(fipaos.agent.conversation.Conversation c)
           
 void startTask()
           
 void timeoutRepServer_UpdateAgentTask(fipaos.agent.task.Task t)
           
 
Methods inherited from class fipaos.agent.task.Task
DFSearchResults, done, done, doneDFSearchTask, errorDFSearchTask, forward, forward, getContext, getNewConversation, getState, handleAcceptProposal, 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, timeoutDFSearchTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepServer.ActivateTask

public RepServer.ActivateTask(RepGroup rg,
                              RepAgentID aid)
Method Detail

startTask

public void startTask()
Overrides:
startTask in class fipaos.agent.task.Task

handleAgree

public void handleAgree(fipaos.agent.conversation.Conversation c)
Overrides:
handleAgree in class fipaos.agent.task.Task

handleInform

public void handleInform(fipaos.agent.conversation.Conversation c)
Overrides:
handleInform in class fipaos.agent.task.Task

doneRepServer_UpdateAgentTask

public void doneRepServer_UpdateAgentTask(java.lang.Object o)
A UpdateAgentTask completes normally. o is an RepAgentID object pointing to the agent updated.

timeoutRepServer_UpdateAgentTask

public void timeoutRepServer_UpdateAgentTask(fipaos.agent.task.Task t)