Package javax.rmi.CORBA

Contains portability APIs for RMI-IIOP.

See:
          Description

Interface Summary
PortableRemoteObjectDelegate The implementation delegate class for javax.rmi.PortableRemoteObject must implement the following interface for per-class delegation.
StubDelegate The implementation delegate class for javax.rmi.CORBA.Stub must implement the following interface for per-instance delegation.
Tie This interface is to implement to delegate remote call to a RMI object.
UtilDelegate The implementation delegate class for javax.rmi.CORBA.Util must implement the following interface for per-class delegation
ValueHandler This interface provides a way to all serialization and deserialization of objects.
 

Class Summary
ClassDesc When used as a parameter type, return type, or data member, the java Class type is mapped to javax.rmi.CORBA.ClassDesc.
Stub This class is a base class for all RMI/IDL stub.
Util This class provides some utility methods to manage RMI objects and mechanisms over GIOP
 

Package javax.rmi.CORBA Description

Contains portability APIs for RMI-IIOP.