|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
AgentProxy |
createAgentProxy(AgentContainer ac,
AID id)
Creates a proxy for the given agent, on the given container. |
List |
getLocalAddresses()
Return the the List of TransportAddress where this IMTP is waiting for intra-platform remote calls. |
MainContainer |
getMain(boolean reconnect)
Return a stub of the remote Main Container. |
void |
initialize(Profile p)
Initialize this IMTPManager |
void |
remotize(AgentContainer ac)
Makes the indicated AgentContainer accessible from remote JVMs. |
void |
remotize(MainContainer mc)
Makes the indicated MainContainer accessible from remote JVMs. |
void |
shutDown()
Release all resources of this IMTPManager |
void |
unremotize(AgentContainer ac)
Disconnects the given Agent Container and hides it from remote JVMs. |
void |
unremotize(MainContainer mc)
Disconnects the given Main Container and hides it from remote JVMs. |
Method Detail |
public void initialize(Profile p) throws IMTPException
public void remotize(AgentContainer ac) throws IMTPException
public void remotize(MainContainer mc) throws IMTPException
public void unremotize(AgentContainer ac) throws IMTPException
public void unremotize(MainContainer mc) throws IMTPException
public AgentProxy createAgentProxy(AgentContainer ac, AID id) throws IMTPException
public MainContainer getMain(boolean reconnect) throws IMTPException
reconnect
- Indicates whether or not the stub must be
created from scratchpublic void shutDown()
public List getLocalAddresses() throws IMTPException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |