| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fipaos.agent.FIPAOSAgent | +--fipaos.platform.dfgui.DFGUIAgent | +--fipaos.platform.dfgui.swing.SwingDFGUIAgent
This is the DF GUI agent that uses Java Swing GUI to display controls
for DF(s).
Inner classes inherited from class fipaos.agent.FIPAOSAgent |
FIPAOSAgent.TopLevelHandlerTask |
Fields inherited from class fipaos.agent.FIPAOSAgent |
_registered_with, _state |
Constructor Summary | |
SwingDFGUIAgent(String platform_profile, String name, String owner) Creates new SwingDFGUI. |
Method Summary | |
void | activate() Invoked when GUI should be shown |
void | deregistered(AgentID aid, DFAgentDescription description) Notification from the super class when agent has deregistered. |
(package private) boolean | deregisterRequest(String agent) Deregisters a certain agent from a DF. |
(package private) void | dropDF(String df_name) Method envoced by the GUI that a particular DF should no longer be monitored. |
(package private) Map | listAgentsRequest(AgentID df) Lists all agents on a certain DF. |
(package private) Map | listAgentsRequest(String df) All agents registered on a certain DF. |
void | modified(AgentID aid, DFAgentDescription description) Notification from the super class when agent has been modified. |
(package private) boolean | modifyRequest(String agent) Modifies a certain agent's df-agent-description. |
(package private) boolean | registerDFRequest(AgentID new_df, String old_df) Request for the GUI that DF should be registered with another DF. |
void | registered(AgentID aid, DFAgentDescription description) Notification from the super class when agent has been registered. |
(package private) boolean | registerRequest(String agent) Registers an agent with a DF. |
void | shutdown() Method to cleanly kill off Agent |
Methods inherited from class fipaos.platform.dfgui.DFGUIAgent |
federatedSearch |
Methods inherited from class fipaos.agent.FIPAOSAgent |
forward, forward, getAID, getCurrentConversation, getHAP, getLocalAMS, getLocalAMSAID, getLocalDF, getLocalDFAID, getNewConversation, getOwnership, getPlatformProfile, getProfile, getState, isShutdown, notify, notify, notifyDone, notifyError, notifyMessageInEndedConversation, notifyMessageUndeliverable, notifyTimeout, sendNotUnderstood, sendNotUnderstood, setMessageSender, waitForPushLock |
Constructor Detail |
public SwingDFGUIAgent(String platform_profile, String name, String owner)
Method Detail |
public void activate()
public void deregistered(AgentID aid, DFAgentDescription description)
boolean deregisterRequest(String agent)
void dropDF(String df_name)
Map listAgentsRequest(AgentID df)
Map listAgentsRequest(String df)
public void modified(AgentID aid, DFAgentDescription description)
boolean modifyRequest(String agent)
boolean registerDFRequest(AgentID new_df, String old_df)
public void registered(AgentID aid, DFAgentDescription description)
boolean registerRequest(String agent)
public void shutdown()
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |