Package org.openorb.orb.rmi

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
DefaultORB This class is used a an Initializer for RMI over IIOP.
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).
DeserializationKernelIBM14 This is an implementation of the interface DeserializationKernel for the IBM JDKs 1.4.x.
DeserializationKernelNative This is an implementation of the interface DeserializationKernel for the IBM JDKs 1.4.x.
DeserializationKernelSun This is an implementation of the interface DeserializationKernel for the Sun JDKs 1.3 to 1.4 (JDKs where the ioser12 shared library is present).
NullDeserializationKernel A DeserializationKernel that throws UnsupportedOperationException for every operation.
PortableRemoteObjectDelegateImpl This class provides a default implementation for javax.rmi.PortableRemoteObjectDelegate
RMIInitializer This class is used a an Initializer for RMI over IIOP.
RMIObjectStreamClass This is a default implementation for a Remote interface
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.
 

Exception Summary
CORBAIOException This class wraps a CORBA SystemException in a Java IOException.
 

Package org.openorb.orb.rmi Description

RMIoverIIOP implementation.