| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAgentAdapter
The adapter for a specific platform agent (e.g. a Jade agent). These are the methods a Jadex agents needs to call on its host agent.
| Method Summary | |
|---|---|
|  void | cleanupAgent()This is called, after the agent has decided to kill itself. | 
|  AgentIdentifier | getAgentIdentifier()Return the native agent-identifier that allows to send messages to this agent. | 
|  IMessageEventTransport[] | getMessageEventTransports()Get all avaiable transports available on the native platform. | 
|  String | getPlatformType()Used to determine the platform type. | 
|  void | notifyIn(long millis)Notify the agent in a time interval. | 
|  void | wakeup()Called by the agent when it probably awoke from an idle state. | 
| Method Detail | 
|---|
void wakeup()
void notifyIn(long millis)
IJadexAgent.notifyDue() method.
millis - The relative time in millis (-1 if the agent no longer whishes to be notified)..void cleanupAgent()
String getPlatformType()
AgentIdentifier getAgentIdentifier()
IMessageEventTransport[] getMessageEventTransports()
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.