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

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RIDL_Naming_Stub()
           
RIDL_Naming_Stub(RemoteRef)
           
 
Method Summary
 void bind(String, RIDL_Object)
           
 String[] list()
           
 RIDL_Object lookup(String)
           
 void unbind(String)
           
 
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
 

Constructor Detail

RIDL_Naming_Stub

public RIDL_Naming_Stub()

RIDL_Naming_Stub

public RIDL_Naming_Stub(RemoteRef)
Method Detail

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