Uses of Class
org.omg.CORBA.portable.ObjectImpl
- 
Packages that use ObjectImpl Package Description javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA_2_3.portable Provides methods for the input and output of value types, and contains other updates to theorg/omg/CORBA/portablepackage.org.omg.CosNaming Provides a naming service for Java IDL.org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with ananyat runtime, and extraction of the primitive constituents of the data value.org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.stub.java.rmi Contains RMI-IIOP Stubs for the Remote types that occur in thejava.rmipackage.
- 
- 
Uses of ObjectImpl in javax.rmi.CORBASubclasses of ObjectImpl in javax.rmi.CORBA Modifier and Type Class Description classStubBase class from which all RMI-IIOP stubs must inherit.
- 
Uses of ObjectImpl in org.omg.CORBASubclasses of ObjectImpl in org.omg.CORBA Modifier and Type Class Description class_IDLTypeStubThe Stub forIDLType.class_PolicyStubThe Stub forPolicy.classDynamicImplementationDeprecated.org.omg.CORBA.DynamicImplementation
- 
Uses of ObjectImpl in org.omg.CORBA_2_3.portableSubclasses of ObjectImpl in org.omg.CORBA_2_3.portable Modifier and Type Class Description classObjectImplObjectImpl class is the base class for all stubs.
- 
Uses of ObjectImpl in org.omg.CosNamingSubclasses of ObjectImpl in org.omg.CosNaming Modifier and Type Class Description class_BindingIteratorImplBaseclass_BindingIteratorStubThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class_NamingContextExtStubNamingContextExtis the extension ofNamingContextwhich contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class_NamingContextImplBaseclass_NamingContextStubA naming context is an object that contains a set of name bindings in which each name is unique.
- 
Uses of ObjectImpl in org.omg.DynamicAnySubclasses of ObjectImpl in org.omg.DynamicAny Modifier and Type Class Description class_DynAnyFactoryStubDynAny objects can be created by invoking operations on the DynAnyFactory object.class_DynAnyStubAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.class_DynArrayStubDynArray objects support the manipulation of IDL arrays.class_DynEnumStubDynEnum objects support the manipulation of IDL enumerated values.class_DynFixedStubDynFixed objects support the manipulation of IDL fixed values.class_DynSequenceStubDynSequence objects support the manipulation of IDL sequences.class_DynStructStubDynStruct objects support the manipulation of IDL struct and exception values.class_DynUnionStubDynUnion objects support the manipulation of IDL unions.class_DynValueStubDynValue objects support the manipulation of IDL non-boxed value types.
- 
Uses of ObjectImpl in org.omg.PortableServerSubclasses of ObjectImpl in org.omg.PortableServer Modifier and Type Class Description class_ServantActivatorStubWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.class_ServantLocatorStubWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.
- 
Uses of ObjectImpl in org.omg.stub.java.rmiSubclasses of ObjectImpl in org.omg.stub.java.rmi Modifier and Type Class Description class_Remote_StubThis class provides the Stub for the Remote Type.
 
-