| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fipaos.agent.task.Task | +--fipaos.platform.df.DFRegistrationTask
This class provides the ability for an Agent to register with a DF.
It provides two mechanisms for passing back its results. Either the
Callback interface can be used by specifying an object which implements
this interface, or a parent-task can check the results that are passed.
The results are of the form:
Constructor Summary | |
DFRegistrationTask(String type) Create a Task to register with the DF, with the given service type & name | |
DFRegistrationTask(AgentID df, String type) Create a Task to register with the DF | |
DFRegistrationTask(DFAgentDescription dfad) Create a Task to register with the DF | |
DFRegistrationTask(AgentID df, DFAgentDescription dfad) Create a Task to register with the DF |
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 |
Constructor Detail |
public DFRegistrationTask(String type)
public DFRegistrationTask(AgentID df, String type)
public DFRegistrationTask(DFAgentDescription dfad)
public DFRegistrationTask(AgentID df, DFAgentDescription dfad)
Method Detail |
public void handleAgree(Conversation conv)
public void handleFailure(Conversation conv)
public void handleInform(Conversation conv)
public void handleNotUnderstood(Conversation conv)
public void handleRefuse(Conversation conv)
public void startTask()
Association Links |
to Class fipaos.ont.fipa.fipaman.DFAgentDescription
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |