repserver
Class RepServer.StateTask

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

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

One of the replicant groups active agents wants to send its state. Respond and get the state. Then update the replicants with this new state.


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
RepServer.StateTask(fipaos.ont.fipa.ACL msg)
           
 
Method Summary
 void doneRepServer_UpdateRepGroupTask(java.lang.Object o)
           
 void handleInform(fipaos.agent.conversation.Conversation conv)
          The agent will send an INFORM with the state
protected  void startTask()
           
 void timeoutRepServer_UpdateRepGroupTask(fipaos.agent.task.Task t)
           
 
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, timeoutDFSearchTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepServer.StateTask

public RepServer.StateTask(fipaos.ont.fipa.ACL msg)
Method Detail

startTask

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

handleInform

public void handleInform(fipaos.agent.conversation.Conversation conv)
The agent will send an INFORM with the state
Overrides:
handleInform in class fipaos.agent.task.Task

doneRepServer_UpdateRepGroupTask

public void doneRepServer_UpdateRepGroupTask(java.lang.Object o)

timeoutRepServer_UpdateRepGroupTask

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