| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AgentID in fipaos.agent |
Methods in fipaos.agent that return AgentID | |
AgentID[] | AgentList.getAIDs(String type) Returns every agent name with the associated type specified by the type parameter in an array of AgentGUIDs. |
AgentID | FIPAOSAgent.getAID() Gets the AgentID of this Agent |
AgentID | FIPAOSAgent.getLocalAMSAID() Returns the agent AID of the local platform AMS. |
AgentID | FIPAOSAgent.getLocalDFAID() Returns the agent AID of the local platform DF. |
Methods in fipaos.agent with parameters of type AgentID | |
MTS | FIPAOSAgentComponentFactory.getMTS(PlatformProfile p, AgentProfile ap, AgentID aid) Generates a MTS implementation |
MTS | StandardFIPAOSAgentComponentFactory.getMTS(PlatformProfile p, AgentProfile ap, AgentID aid) Generates a MTS implementation |
Uses of AgentID in fipaos.agent.conversation |
Methods in fipaos.agent.conversation that return AgentID | |
AgentID | Conversation.getSenderAID(int index) Gets the sender of the message at the specified index |
Uses of AgentID in fipaos.agent.conversation.lightweight |
Constructors in fipaos.agent.conversation.lightweight with parameters of type AgentID | |
LightweightConversationImpl.LightweightConversationImpl(String protocol, AgentID agent_id) |
Methods in fipaos.agent.conversation.lightweight that return AgentID | |
fipaos.ont.fipa.fipaman.AgentID | LightweightConversationImpl.getSenderAID(int index) Gets the sender of the message at the specified index |
Uses of AgentID in fipaos.agent.conversation.standard |
Methods in fipaos.agent.conversation.standard that return AgentID | |
AgentID | ConversationImpl.getSenderAID(int index) Gets the sender of the message at the specified index |
Methods in fipaos.agent.conversation.standard with parameters of type AgentID | |
static ConversationImpl | ConversationImpl.getConversation(String protocol, AgentID agent_name) Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent |
Uses of AgentID in fipaos.agent.conversation.standard.protocol |
Constructors in fipaos.agent.conversation.standard.protocol with parameters of type AgentID | |
RuntimeProtocol.RuntimeProtocol(String protocol_name, AgentID agent_id, ConversationProtocol tree) Constructs a new runtime protocol object with the specified parameters. |
Uses of AgentID in fipaos.mts |
Constructors in fipaos.mts with parameters of type AgentID | |
MTS.MTS(URL ams, List mtp_ns, AgentID owner) Construct a new MTS object + initialise MTP's |
Uses of AgentID in fipaos.ont.fipa |
Methods in fipaos.ont.fipa that return AgentID | |
AgentID | ACL.getReceiverAID() Get just the first AID of the receivers field, if present |
AgentID | ACL.getSenderAID() |
Methods in fipaos.ont.fipa with parameters of type AgentID | |
void | ACL.addReceiverAID(AgentID aid) |
void | ACL.addReplyToAID(AgentID aid) |
void | ACL.setReceiverAID(AgentID aid) |
void | ACL.setSenderAID(AgentID aid) |
Uses of AgentID in fipaos.ont.fipa.fipaman |
Methods in fipaos.ont.fipa.fipaman that return AgentID | |
AgentID | AMSAgentDescription.getAgentID() This method returns the agent ID |
AgentID | DFAgentDescription.getAgentID() This method returns the AgentID. |
AgentID | Envelope.getSender() Gets the sender of the message |
Methods in fipaos.ont.fipa.fipaman with parameters of type AgentID | |
void | AgentManagementAction.setAgentID(AgentID agent) This methods sets the AgentID. |
void | AMSAgentDescription.setAgentID(AgentID agent_id) This method sets the agent ID. |
void | DFAgentDescription.setAgentID(AgentID agentID) This method sets the AgentID. |
void | DFAgentDescription.setAgentName(AgentID df_desc_item) This method sets the agent id of the description. |
void | Envelope.setSender(AgentID aid) Sets the sender of the message |
Uses of AgentID in fipaos.platform |
Methods in fipaos.platform with parameters of type AgentID | |
boolean | DirectoryFacilitator.registerRemoteDF(AgentID aid) Tells the DF to register the given Agent as a DF within its database |
boolean | DirectoryFacilitator.registerWithRemoteDF(AgentID aid) Tells the DF to register with the remote DF indicated by the given AID |
Uses of AgentID in fipaos.platform.ams |
Constructors in fipaos.platform.ams with parameters of type AgentID | |
AMSRegistrationTask.AMSRegistrationTask(AgentID ams, String state) Create a Task to register with the AMS | |
AMSRegistrationTask.AMSRegistrationTask(AgentID ams) Create a Task to register with the AMS |
Uses of AgentID in fipaos.platform.df |
Constructors in fipaos.platform.df with parameters of type AgentID | |
DFModifyTask.DFModifyTask(DFAgentDescription desc, AgentID df_to_modify) Constructs the DF modify task object which will perform a modification using the given description | |
DFRegistrationTask.DFRegistrationTask(AgentID df, DFAgentDescription dfad) Create a Task to register with the DF | |
DFRegistrationTask.DFRegistrationTask(AgentID df, String type) Create a Task to register with the DF |
Methods in fipaos.platform.df with parameters of type AgentID | |
void | DFListenerManager.init(DFListener listener, AgentID df, Task idle_task) Initialises the DFListenerManager - should be invoked BEFORE newTask() is invoked on an instance of DFListenerManager |
void | DFListenerTask.init(DFListener listener, AgentID df, Task idle_task) Initialises the DFListenerManager - should be invoked BEFORE newTask() is invoked on an instance of DFListenerManager. |
DFListenerManager | DFSubscriptionFactory.getDFListenerManager(DFListener df_listener, AgentID df, Task idle_task) This method needs to return the DFListenerManager that is responsible for subscribing (used by DF GUIs). |
DFListenerManager | StandardDFSubscriptionFactory.getDFListenerManager(DFListener df_listener, AgentID df, Task idle_task) This method needs to return the DFListenerManager that is responsible for subscribing (used by DF GUIs). |
Uses of AgentID in fipaos.platform.dfgui |
Methods in fipaos.platform.dfgui with parameters of type AgentID | |
abstract void | DFGUIAgent.deregistered(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been deregistered with a DF that has previously been searched |
synchronized Map | DFGUIAgent.federatedSearch(AgentID df, int depth) Send a federated search to the given DF, and retrieve the results |
abstract void | DFGUIAgent.modified(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been modified with a DF that has previously been searched |
abstract void | DFGUIAgent.registered(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been registered with a DF that has previously been searched |
void | DFGUITestAgent.deregistered(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been deregistered with a DF that has previously been searched |
void | DFGUITestAgent.modified(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been modified with a DF that has previously been searched |
void | DFGUITestAgent.registered(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been registered with a DF that has previously been searched |
Uses of AgentID in fipaos.platform.dfgui.swing |
Constructors in fipaos.platform.dfgui.swing with parameters of type AgentID | |
DFGUIFrame.DFGUIFrame(SwingDFGUIAgent parent, AgentID df) The constructor for the DFGUI frame. |
Methods in fipaos.platform.dfgui.swing with parameters of type AgentID | |
(package private) void | DFGUIFrame.agentDeregistered(AgentID df, AgentID agent) This method is called when agent has deregistered from an df. |
(package private) void | DFGUIFrame.returnAID(AgentID df_aid) This method is envoked by the RegisterWithDFFrame when user wants to add in new DF to be monitored. |
(package private) void | DFGUIFrame.returnRegister(AgentID new_df, String df) This method is envoked by the RegisterWithDFFrame when user wants to register the selected DF with another DF. |
void | SwingDFGUIAgent.deregistered(AgentID aid, DFAgentDescription description) Notification from the super class when agent has deregistered. |
(package private) Map | SwingDFGUIAgent.listAgentsRequest(AgentID df) Lists all agents on a certain DF. |
void | SwingDFGUIAgent.modified(AgentID aid, DFAgentDescription description) Notification from the super class when agent has been modified. |
(package private) boolean | SwingDFGUIAgent.registerDFRequest(AgentID new_df, String old_df) Request for the GUI that DF should be registered with another DF. |
void | SwingDFGUIAgent.registered(AgentID aid, DFAgentDescription description) Notification from the super class when agent has been registered. |
Uses of AgentID in fipaos.test.agent |
Constructors in fipaos.test.agent with parameters of type AgentID | |
MessageTimingAgent.MessageTestTask.MessageTestTask(AgentID aid, Object content) | |
MessageTimingAgent.TestingTask.TestingTask(AgentID target) |
Methods in fipaos.test.agent that return AgentID | |
static AgentID | TestingMTP.getAID() Get the AID to be used by tester |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |