javax.rmi.CORBA |
javax.rmi.CORBA package
Contains portability APIs for RMI-IIOP. These APIs
provide a standard interface between the generated stubs and ties and the
RMI-IIOP runtime. They also allow third party ORBs to be used for RMI over IIOP
as an alternative to the ORB supplied by Sun. They are not intended to be called
directly from RMI-IIOP applications. See also the {@link javax.rmi} package.
|
Java Source File Name | Type | Comment |
ClassDesc.java | Class | This class is used to marshal java.lang.Class objects over IIOP. |
GetORBPropertiesFileAction.java | Class | |
PortableRemoteObjectDelegate.java | Interface | Supports delegation for method implementations in
javax.rmi.PortableRemoteObject . |
Stub.java | Class | Base class from which all RMI-IIOP stubs must inherit. |
StubDelegate.java | Interface | Supports delegation for method implementations in
Stub .
A delegate is an instance of a class that implements this
interface and provides a replacement implementation for all the
methods of javax.rmi.CORBA.Stub . |
Tie.java | Interface | Defines methods which all RMI-IIOP server side ties must implement. |
Util.java | Class | Provides utility methods that can be used by stubs and ties to
perform common operations. |
UtilDelegate.java | Interface | Supports delegation for method implementations in
Util . |
ValueHandler.java | Interface | Defines methods which allow serialization of Java objects
to and from GIOP streams. |
ValueHandlerMultiFormat.java | Interface | |