Package org.openorb.rmi.system

RMIoverIIOP implementation.

See:
          Description

Interface Summary
DeserializationKernel This interface provides the methods to perform proper deserialization from IIOP streams.
 

Class Summary
_Remote_Stub This is a default implementation for a Remote interface
BigIntHolder This is an ugly hack to avoid marshaling problems of the class java.math.BigInteger under JDK 1.4.x.
DeserializationKernelFactory This class can be used to create a deserialization kernel based on the current JDK.
DeserializationKernelIBM This is an implementation of the interface DeserializationKernel for the IBM JDKs 1.3.0 (JDKs where the orb shared library is present).
DeserializationKernelSun This is an implementation of the interface DeserializationKernel for the Sun JDKs 1.3.0 to 1.4.x (JDKs where the ioser12 shared library is present).
IdentityKey Identity hash table key.
NameMangling This is a default implementation for a Remote interface
PortableRemoteObjectDelegateImpl This class provides a default implementation for javax.rmi.PortableRemoteObjectDelegate
RMIInputStream This class extends the standard InputStream to unmarshal RMI specific types.
RMIObjectStreamClass This is a default implementation for a Remote interface
RMIOutputStream This class extends the standard OutputStream to marshall RMI specific types.
RMIRemoteStreamClass This is a default implementation for a Remote interface
StubDelegateImpl This class provides a default implementation for javax.rmi.CORBA.StubDelegate
UtilDelegateImpl This class provides a default implementation for javax.rmi.CORBA.UtilDelegate
ValueHandlerImpl This class is able to marshal and to unmarshal a RMI value.
 

Package org.openorb.rmi.system Description

RMIoverIIOP implementation.