ihelp
Class UIAgent.FindPersAgentTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--ihelp.UIAgent.FindPersAgentTask
Enclosing class:
UIAgent

public class UIAgent.FindPersAgentTask
extends fipaos.agent.task.Task

Find my personal agent from the DF, then contact it.


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
UIAgent.FindPersAgentTask()
           
 
Method Summary
 void DFSearchResults(fipaos.ont.fipa.fipaman.DFAgentDescription[] descs)
           
 void doneUIAgent_GetKeywordsTask(java.lang.Object o)
           
 void handleAgree(fipaos.agent.conversation.Conversation c)
           
 void handleInform(fipaos.agent.conversation.Conversation c)
           
protected  void startTask()
           
 void timeoutUIAgent_GetKeywordsTask(fipaos.agent.task.Task t)
           
 
Methods inherited from class fipaos.agent.task.Task
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

UIAgent.FindPersAgentTask

public UIAgent.FindPersAgentTask()
Method Detail

startTask

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

DFSearchResults

public void DFSearchResults(fipaos.ont.fipa.fipaman.DFAgentDescription[] descs)
Overrides:
DFSearchResults 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

doneUIAgent_GetKeywordsTask

public void doneUIAgent_GetKeywordsTask(java.lang.Object o)

timeoutUIAgent_GetKeywordsTask

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