RIDL_Runtime
Class RIDL_RemoteInst

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

public class RIDL_RemoteInst
extends UnicastRemoteObject
implements RIDL_RI

See Also:
Serialized Form

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

RIDL_RemoteInst

public RIDL_RemoteInst()
                throws RemoteException
Method Detail

remotenew

public static RIDL_Object remotenew(String classname,
                                    String host,
                                    int port)

makeinstance

public RIDL_Object makeinstance(String classname)
                         throws RemoteException,
                                ClassNotFoundException,
                                InstantiationException,
                                IllegalAccessException
Specified by:
makeinstance in interface RIDL_RI
RemoteException
ClassNotFoundException
InstantiationException
IllegalAccessException

main

public static void main(String[] args)