|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.task.Task | +--fipaos.platform.ams.AMSTask | +--fipaos.platform.ams.GetDescriptionTask
This task handles the AMS get-description requests. A APDescription is
returned for the request.
Fields inherited from class fipaos.platform.ams.AMSTask |
_acl, _ama, _ams_db, _conv |
Fields inherited from class fipaos.agent.task.Task |
_children, _lock, _owner, _tm |
Constructor Summary | |
GetDescriptionTask(Conversation conv,
AgentManagementAction ama,
Database db)
This is the constructor for the AMS GetDescription task. |
Method Summary | |
void |
startTask()
This is the initial method called by the task. |
Methods inherited from class fipaos.platform.ams.AMSTask |
clearMessageFlags, deregister, getRegistered, isRegistered, isRegistered, register, sendAgree, sendFailure, sendInformDone, sendInformResult, sendPlatformProfile, sendRefuse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GetDescriptionTask(Conversation conv, AgentManagementAction ama, Database db)
conv
- Conversationama
- Agent Management Actiondb
- DatabaseMethod Detail |
public void startTask()
startTask
in class Task
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |