fipaos.platform.agentcities
Class PingAgent
fipaos.agent.FIPAOSAgent
|
+--fipaos.platform.agentcities.PingAgent
- public class PingAgent
- extends FIPAOSAgent
AgentCities ping-agent implementation
Constructor Summary |
PingAgent(String platform_profile, String name, String owner) An agent constructor takes three parameters - the location of the platform
profile file (usually fipa-os\profiles\platform.profile), the agent name
(e.g. |
Method Summary |
static void | main(String[] args) Main method for launching from a debugger |
synchronized void | shutdown() |
Methods inherited from class fipaos.agent.FIPAOSAgent |
activate, 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 |
PingAgent
public PingAgent(String platform_profile, String name, String owner)
- An agent constructor takes three parameters - the location of the platform
profile file (usually fipa-os\profiles\platform.profile), the agent name
(e.g. df, ams), and the owner of the agent (e.g. Nortel, Bob).
- Parameters:
- platform_profile - The location of the platform profile
- name - The agent name
- owner - The owner of this agent
main
public static void main(String[] args)
- Main method for launching from a debugger
shutdown
public synchronized void shutdown()