RIDL_Runtime
Class RIDL_RemoteInst_Stub

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteStub
              |
              +--RIDL_Runtime.RIDL_RemoteInst_Stub
All Implemented Interfaces:
Remote, RIDL_RI, Serializable

public final synchronized class RIDL_RemoteInst_Stub
extends RemoteStub
implements RIDL_RI, Remote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RIDL_RemoteInst_Stub()
           
RIDL_RemoteInst_Stub(RemoteRef)
           
 
Method Summary
 RIDL_Object makeinstance(String)
           
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RIDL_RemoteInst_Stub

public RIDL_RemoteInst_Stub()

RIDL_RemoteInst_Stub

public RIDL_RemoteInst_Stub(RemoteRef)
Method Detail

makeinstance

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