|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AgentServer
Constructor Summary | |
AgentServer(int port)
Allocates an AgentServer object at the
port port number. |
Method Summary | |
static void |
main(java.lang.String[] args)
Launches the Agent Server. |
AgentItf |
receiveAgent()
Receives a new agent, either a newly created agent or a migrating mobile agent. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AgentServer(int port)
AgentServer
object at the
port
port number.port
- the port number at which the
AgentServer
is listening.Method Detail |
public AgentItf receiveAgent()
public static void main(java.lang.String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |