RIDL_Runtime
Class RIDL_Naming

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--RIDL_Runtime.RIDL_Naming
All Implemented Interfaces:
Remote, RIDL_RN, Serializable

public class RIDL_Naming
extends UnicastRemoteObject
implements RIDL_RN

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RIDL_Naming()
           
 
Method Summary
static void bind(String host, int port, String name, RIDL_Object obj)
           
 void bind(String name, RIDL_Object r)
           
 String[] list()
           
static String[] list(String host, int port)
           
 RIDL_Object lookup(String name)
           
static RIDL_Object lookup(String host, int port, String name)
           
static void main(String[] args)
           
 void unbind(String name)
           
static void unbind(String host, int port, String name)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RIDL_Naming

public RIDL_Naming()
            throws RemoteException
Method Detail

lookup

public static RIDL_Object lookup(String host,
                                 int port,
                                 String name)
                          throws RemoteException
RemoteException

bind

public static void bind(String host,
                        int port,
                        String name,
                        RIDL_Object obj)
                 throws RemoteException
RemoteException

unbind

public static void unbind(String host,
                          int port,
                          String name)
                   throws RemoteException
RemoteException

list

public static String[] list(String host,
                            int port)
                     throws RemoteException
RemoteException

main

public static void main(String[] args)

lookup

public RIDL_Object lookup(String name)
                   throws RemoteException
Specified by:
lookup in interface RIDL_RN
RemoteException

bind

public void bind(String name,
                 RIDL_Object r)
          throws RemoteException
Specified by:
bind in interface RIDL_RN
RemoteException

unbind

public void unbind(String name)
            throws RemoteException
Specified by:
unbind in interface RIDL_RN
RemoteException

list

public String[] list()
              throws RemoteException
Specified by:
list in interface RIDL_RN
RemoteException