| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentManagementAction | |
fipaos.ont.fipa.fipaman | |
fipaos.parser.sl0 | |
fipaos.platform.ams | |
fipaos.platform.df |
Uses of AgentManagementAction in fipaos.ont.fipa.fipaman |
Constructors in fipaos.ont.fipa.fipaman with parameters of type AgentManagementAction | |
AgentManagementException.AgentManagementException(AgentManagementAction ama, String exception) Creates an AgentManagementException based upon the given AMA + exception |
Methods in fipaos.ont.fipa.fipaman that return AgentManagementAction | |
AgentManagementAction | AgentManagementException.getAgentManagementAction() |
AgentManagementAction | AgentManagementResult.getAgentManagementAction() This method returns the agent management action. |
Methods in fipaos.ont.fipa.fipaman with parameters of type AgentManagementAction | |
void | AgentManagementException.setAgentManagementAction(AgentManagementAction ama) |
void | AgentManagementResult.setAgentManagementAction(AgentManagementAction action) This method sets the AgentManagementAction |
Uses of AgentManagementAction in fipaos.parser.sl0 |
Methods in fipaos.parser.sl0 that return AgentManagementAction | |
static AgentManagementAction | SL0Util.getAgentManagementAction(String content) Accessor method to parse an AgentManagementAction from an SL0ContentExpression. |
Uses of AgentManagementAction in fipaos.platform.ams |
Constructors in fipaos.platform.ams with parameters of type AgentManagementAction | |
AMSTask.AMSTask(Conversation conv, AgentManagementAction ama, Database db) Initialise DFTask | |
DeregisterTask.DeregisterTask(Conversation conv, AgentManagementAction ama, Database db) This is the constructor for the AMS Deregister task. | |
GetDescriptionTask.GetDescriptionTask(Conversation conv, AgentManagementAction ama, Database db) This is the constructor for the AMS GetDescription task. | |
ModifyTask.ModifyTask(Conversation conv, AgentManagementAction ama, Database db) This is the constructor for the ModifyTask. | |
RegisterTask.RegisterTask(Conversation conv, AgentManagementAction ama, Database db) This is the constructor for the Register Task. | |
SearchTask.SearchTask(Conversation conv, AgentManagementAction ama, Database db) This is the constructor for the SearchTask. |
Uses of AgentManagementAction in fipaos.platform.df |
Constructors in fipaos.platform.df with parameters of type AgentManagementAction | |
DeregisterTask.DeregisterTask(Conversation conv, AgentManagementAction ama, Database db) | |
DFTask.DFTask(Conversation conv, AgentManagementAction ama, Database db) Initialise DFTask | |
ModifyTask.ModifyTask(Conversation conv, AgentManagementAction ama, Database db) | |
RegisterTask.RegisterTask(Conversation conv, AgentManagementAction ama, Database db) | |
SearchTask.SearchTask(Conversation conv, AgentManagementAction ama, Database db) |
Methods in fipaos.platform.df with parameters of type AgentManagementAction | |
(package private) void | SubscriptionHandlerTask.DFUpdate(AgentManagementAction ama) Invoked by the DF when the DF has something to propogate to its subscribed Agents |
void | SubscriptionManagerTask.DFUpdate(AgentManagementAction ama) Invoked whenever an update to the DF's database has SUCCESSFULLY completed, causing notification messages to be sent to subscribed Agents |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |