|
||||||||||
| 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_RemoteInst
| Field Summary |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
RIDL_RemoteInst()
|
|
| Method Summary | |
static void |
main(String[] args)
|
RIDL_Object |
makeinstance(String classname)
|
static RIDL_Object |
remotenew(String classname,
String host,
int port)
|
| 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_RemoteInst()
throws RemoteException
| Method Detail |
public static RIDL_Object remotenew(String classname,
String host,
int port)
public RIDL_Object makeinstance(String classname)
throws RemoteException,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
makeinstance in interface RIDL_RIRemoteException
ClassNotFoundException
InstantiationException
IllegalAccessExceptionpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||