RIDL_Runtime
Interface RIDL_RN

All Superinterfaces:
Remote
All Known Implementing Classes:
RIDL_Naming, RIDL_Naming_Stub

public interface RIDL_RN
extends Remote


Method Summary
 void bind(String name, RIDL_Object r)
           
 String[] list()
           
 RIDL_Object lookup(String name)
           
 void unbind(String name)
           
 

Method Detail

lookup

public RIDL_Object lookup(String name)
                   throws RemoteException
RemoteException

bind

public void bind(String name,
                 RIDL_Object r)
          throws RemoteException
RemoteException

unbind

public void unbind(String name)
            throws RemoteException
RemoteException

list

public String[] list()
              throws RemoteException
RemoteException