| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DFAgentDescription | |
fipaos.agent.task | |
fipaos.ont.fipa.fipaman | |
fipaos.ont.proprietary.subscription | |
fipaos.platform.df | |
fipaos.platform.dfgui | |
fipaos.platform.dfgui.swing |
Uses of DFAgentDescription in fipaos.agent.task |
Constructors in fipaos.agent.task with parameters of type DFAgentDescription | |
DFSearchTask.DFSearchTask(DFAgentDescription df_desc, boolean federated) Searches the local platform DF for any agents matching the specified DF description. | |
DFSearchTask.DFSearchTask(DFAgentDescription df_desc, SearchConstraints constraints) Searches the local platform DF for any agents matching the specified DF description using the specified search constraint. | |
DFSearchTask.DFSearchTask(DFAgentDescription desc) Constructs the DF search task object which will perform a search using the given description | |
DFSearchTask.DFSearchTask(String df, DFAgentDescription df_desc, boolean federated) Searches the specified DF for any agents matching the specified DF description. | |
DFSearchTask.DFSearchTask(String df, DFAgentDescription df_desc, SearchConstraints constraints, boolean federated) Searches the specified DF for any agents matching the specified DF description using the specified search contraint. |
Uses of DFAgentDescription in fipaos.ont.fipa.fipaman |
Methods in fipaos.ont.fipa.fipaman that return DFAgentDescription | |
DFAgentDescription | AgentManagementAction.getDFAgentDescription() This method returns the df-description object. |
Methods in fipaos.ont.fipa.fipaman with parameters of type DFAgentDescription | |
void | AgentManagementAction.setDFAgentDescription(DFAgentDescription df_desc) This method sets the df-description object |
Uses of DFAgentDescription in fipaos.ont.proprietary.subscription |
Methods in fipaos.ont.proprietary.subscription that return DFAgentDescription | |
DFAgentDescription[] | DFSubscriptionAction.getDFDescriptions() Getter for property DFAgentDescription. |
Methods in fipaos.ont.proprietary.subscription with parameters of type DFAgentDescription | |
void | DFSubscriptionAction.setDFDescriptions(DFAgentDescription[] descriptions) Setter for property DFAgentDescription. |
Uses of DFAgentDescription in fipaos.platform.df |
Constructors in fipaos.platform.df with parameters of type DFAgentDescription | |
DFModifyTask.DFModifyTask(DFAgentDescription desc, AgentID df_to_modify) Constructs the DF modify task object which will perform a modification using the given description | |
DFModifyTask.DFModifyTask(DFAgentDescription desc) 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(DFAgentDescription dfad) Create a Task to register with the DF |
Methods in fipaos.platform.df with parameters of type DFAgentDescription | |
void | DFListener.deregistered(DFAgentDescription dfad) Invoked when an Agent has successfully deregistered from the DF |
void | DFListener.modified(DFAgentDescription dfad) Invoked when an Agent has successfully updated its DFAgentDescription with the DF |
void | DFListener.registered(DFAgentDescription dfad) Invoked when an Agent has succesfully registered with the DF |
Uses of DFAgentDescription in fipaos.platform.dfgui |
Methods in fipaos.platform.dfgui with parameters of type DFAgentDescription | |
abstract void | DFGUIAgent.deregistered(AgentID df, DFAgentDescription df_desc) Invoked when an Agent has been deregistered with a DF that has previously been searched |
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 DFAgentDescription in fipaos.platform.dfgui.swing |
Constructors in fipaos.platform.dfgui.swing with parameters of type DFAgentDescription | |
DFAgentDescriptionEditor.DFAgentDescriptionEditor(String selected_agent, DFAgentDescription desc, boolean read_only) Creates new form DFAgenrtDescriptionEditor. |
Methods in fipaos.platform.dfgui.swing with parameters of type DFAgentDescription | |
void | SwingDFGUIAgent.deregistered(AgentID aid, DFAgentDescription description) Notification from the super class when agent has deregistered. |
void | SwingDFGUIAgent.modified(AgentID aid, DFAgentDescription description) Notification from the super class when agent has been modified. |
void | SwingDFGUIAgent.registered(AgentID aid, DFAgentDescription description) Notification from the super class when agent has been registered. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |