|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--RIDL_Runtime.RIDL_Naming
| 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 |
public RIDL_Naming()
throws RemoteException
| Method Detail |
public static RIDL_Object lookup(String host,
int port,
String name)
throws RemoteException
RemoteException
public static void bind(String host,
int port,
String name,
RIDL_Object obj)
throws RemoteException
RemoteException
public static void unbind(String host,
int port,
String name)
throws RemoteException
RemoteException
public static String[] list(String host,
int port)
throws RemoteException
RemoteExceptionpublic static void main(String[] args)
public RIDL_Object lookup(String name)
throws RemoteException
lookup in interface RIDL_RNRemoteException
public void bind(String name,
RIDL_Object r)
throws RemoteException
bind in interface RIDL_RNRemoteException
public void unbind(String name)
throws RemoteException
unbind in interface RIDL_RNRemoteException
public String[] list()
throws RemoteException
list in interface RIDL_RNRemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||