RIDL_Runtime
Class RIDL_Naming_Stub
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteStub
|
+--RIDL_Runtime.RIDL_Naming_Stub
- All Implemented Interfaces:
- Remote, RIDL_RN, Serializable
- public final synchronized class RIDL_Naming_Stub
- extends RemoteStub
- implements RIDL_RN, Remote
- See Also:
- Serialized Form
RIDL_Naming_Stub
public RIDL_Naming_Stub()
RIDL_Naming_Stub
public RIDL_Naming_Stub(RemoteRef)
bind
public void bind(String,
RIDL_Object)
throws RemoteException
- Specified by:
bind in interface RIDL_RN
RemoteException
list
public String[] list()
throws RemoteException
- Specified by:
list in interface RIDL_RN
RemoteException
lookup
public RIDL_Object lookup(String)
throws RemoteException
- Specified by:
lookup in interface RIDL_RN
RemoteException
unbind
public void unbind(String)
throws RemoteException
- Specified by:
unbind in interface RIDL_RN
RemoteException