Uses of Class
fipaos.ont.fipa.fipaman.AgentManagementAction

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
AgentManagementActionAgentManagementException.getAgentManagementAction()
          
AgentManagementActionAgentManagementResult.getAgentManagementAction()
          This method returns the agent management action.
 

Methods in fipaos.ont.fipa.fipaman with parameters of type AgentManagementAction
voidAgentManagementException.setAgentManagementAction(AgentManagementAction ama)
          
voidAgentManagementResult.setAgentManagementAction(AgentManagementAction action)
          This method sets the AgentManagementAction
 

Uses of AgentManagementAction in fipaos.parser.sl0
 

Methods in fipaos.parser.sl0 that return AgentManagementAction
static AgentManagementActionSL0Util.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) voidSubscriptionHandlerTask.DFUpdate(AgentManagementAction ama)
          Invoked by the DF when the DF has something to propogate to its subscribed Agents
voidSubscriptionManagerTask.DFUpdate(AgentManagementAction ama)
          Invoked whenever an update to the DF's database has SUCCESSFULLY completed, causing notification messages to be sent to subscribed Agents