repserver
Class RepProxy.ConvHandlerTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--repserver.RepProxy.ConvHandlerTask
Enclosing class:
RepProxy

public class RepProxy.ConvHandlerTask
extends fipaos.agent.task.Task

Handle a conversation


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
RepProxy.ConvHandlerTask(fipaos.agent.conversation.Conversation conv)
           
 
Method Summary
 void handleOther(fipaos.agent.conversation.Conversation c)
           
protected  void startTask()
          handle a new conversation
 
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, 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

RepProxy.ConvHandlerTask

public RepProxy.ConvHandlerTask(fipaos.agent.conversation.Conversation conv)
Method Detail

startTask

protected void startTask()
handle a new conversation
Overrides:
startTask in class fipaos.agent.task.Task

handleOther

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