fipaos.mts.rmi.internal.ns
Class RMIAgentNamingServiceImpl_Stub
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteStub
|
+--fipaos.mts.rmi.internal.ns.RMIAgentNamingServiceImpl_Stub
- All Implemented Interfaces:
- java.rmi.Remote, RMIAgentNamingService, java.io.Serializable
- public final class RMIAgentNamingServiceImpl_Stub
- extends java.rmi.server.RemoteStub
- implements RMIAgentNamingService, java.rmi.Remote
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
void |
bind(java.lang.String $param_String_1,
MTS $param_MTS_2)
Attempts to (re)bind the given name against the given
FIPA_Agent_97 RMI "server" |
MTS |
lookup(java.lang.String $param_String_1)
Attempts to lookup the given AgentGUID & return the corresponding
MTS RMI "server" |
void |
unbind(java.lang.String $param_String_1)
Attempts to unbind the given name from its
MTS RMI "server" |
Methods inherited from class java.rmi.server.RemoteStub |
setRef |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RMIAgentNamingServiceImpl_Stub
public RMIAgentNamingServiceImpl_Stub()
RMIAgentNamingServiceImpl_Stub
public RMIAgentNamingServiceImpl_Stub(java.rmi.server.RemoteRef ref)
bind
public void bind(java.lang.String $param_String_1,
MTS $param_MTS_2)
throws java.rmi.RemoteException
- Description copied from interface:
RMIAgentNamingService
- Attempts to (re)bind the given name against the given
FIPA_Agent_97 RMI "server"
- Specified by:
bind
in interface RMIAgentNamingService
- Following copied from interface:
fipaos.mts.rmi.internal.ns.RMIAgentNamingService
- Parameters:
name
- Name to bind againstserver
- FIPA_Agent_97 to bind
lookup
public MTS lookup(java.lang.String $param_String_1)
throws java.rmi.RemoteException
- Description copied from interface:
RMIAgentNamingService
- Attempts to lookup the given AgentGUID & return the corresponding
MTS RMI "server"
- Specified by:
lookup
in interface RMIAgentNamingService
- Following copied from interface:
fipaos.mts.rmi.internal.ns.RMIAgentNamingService
- Parameters:
name
- Name to resolve- Returns:
- MTS object registered against the name, or null
unbind
public void unbind(java.lang.String $param_String_1)
throws java.rmi.RemoteException
- Description copied from interface:
RMIAgentNamingService
- Attempts to unbind the given name from its
MTS RMI "server"
- Specified by:
unbind
in interface RMIAgentNamingService
- Following copied from interface:
fipaos.mts.rmi.internal.ns.RMIAgentNamingService
- Parameters:
name
- Name to unbind