RIDL_Runtime
Class RIDL_ObjectPP

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

public abstract class RIDL_ObjectPP
extends UnicastRemoteObject

See Also:
Serialized Form

Field Summary
protected  RIDL_Object _real
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected RIDL_ObjectPP()
           
protected RIDL_ObjectPP(RIDL_Object real)
           
 
Method Summary
 RIDL_Object _get_real()
           
 void _set_real(RIDL_Object real)
           
 
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
 

Field Detail

_real

protected RIDL_Object _real
Constructor Detail

RIDL_ObjectPP

protected RIDL_ObjectPP()
                 throws RemoteException

RIDL_ObjectPP

protected RIDL_ObjectPP(RIDL_Object real)
                 throws RemoteException
Method Detail

_get_real

public RIDL_Object _get_real()

_set_real

public void _set_real(RIDL_Object real)