Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.rmi.CORBA: Javadoc index of package javax.rmi.CORBA.


Package Samples:

javax.rmi.CORBA

Classes:

Tie: A Tie serves as a CORBA Servant or implementation base. It is connected to the ORB on a server side, providing the implementation of the required functionality. ORB access this implementation using org.omg.CORBA.portable.InvokeHandler ._invoke(..). All such calls are finally delegated to the object, returned by getTarget() 55 . Ties are generated from implementations (name pattern *Impl) and have the name pattern _*Impl_Tie, for instance: rmic -keep -iiop -poa -always gnu.testlet.java.rmi.Remote.CalculatorImpl Ties should normally be derived from the org.omg.PortableServer.Servant . Such ties are ...
Stub: A Stub descendants provide access to the object on the client side. This base class implements methods, required for remote or local invocation using CORBA mechanisms. The most of the functionality is forwarded to the stub delegate. This delegate can be altered by setting the system property "javax.rmi.CORBA.StubClass" to the name of the alternative class that must implement StubDelegate . Hence Stub contains two delegates, one for Stub-related operations and another inherited from the ObjectImpl.
PortableRemoteObjectDelegate: A delegate, implementing the functionality, provided by the PortableRemoteObject . The default delegate can be altered by setting the system property "javax.rmi.CORBA.PortableRemoteObjectClass" to the name of the alternative class that must implement PortableRemoteObjectDelegate .
Util: Provides utility methods used by stubs and ties to perform common operations. The functionality is forwarded to the enclosed UtilDelegate. This delegate can be altered by setting the system property "javax.rmi.CORBA.UtilClass" to the name of the alternative class that must implement UtilDelegate .
ValueHandler: Serializes Java objects to and from CDR (GIOP) streams. The working instance of the value handler is returned by Util.createValueHandler() 55 and can be altered by setting the system property "javax.rmi.CORBA.ValueHandlerClass" to the name of the alternative class that must implement ValueHandler.
UtilDelegate: A delegate, implementing the functionality, provided by the Util . The default delegate can be altered by setting the system property "javax.rmi.CORBA.UtilClass" to the name of the alternative class that must implement this interface.
StubDelegate: A delegate, implementing the functionality, provided by the Stub . The default delegate can be altered by setting the system property "javax.rmi.CORBA.StubClass" to the name of the alternative class that must implement StubDelegate.
ValueHandlerMultiFormat: This interface extends the previous ValueHandler, supporting various stream format versions. The ValueHandler can be casted into this interface to access additional features.
ClassDesc: This class is used to marshal java.lang.Class objects over IIOP. When used as a parameter type, return type, or data member, the Java Class is mapped to the OMG IDL type ::javax::rmi::CORBA::ClassDesc.
ObjectImpl: XXX - Stub till we have org.omg.CORBA
SystemException: XXX - Stub till we have org.omg.CORBA

Home | Contact Us | Privacy Policy | Terms of Service