| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the RMI interface which defines what methods a RMI NS for Agents exposes
Method Summary | |
void | bind(String name, MTS server) Attempts to (re)bind the given name against the given FIPA_Agent_97 RMI "server" |
MTS | lookup(String name) Attempts to lookup the given AgentGUID & return the corresponding MTS RMI "server" |
void | unbind(String name) Attempts to unbind the given name from its MTS RMI "server" |
Method Detail |
public void bind(String name, MTS server)
throws java.rmi.RemoteException
public MTS lookup(String name)
throws java.rmi.RemoteException
public void unbind(String name)
throws java.rmi.RemoteException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |