Uses of Interface
org.omg.CORBA.portable.ValueBase
-
Packages that use ValueBase Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.ior org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.org.omg.PortableInterceptor -
-
Uses of ValueBase in com.sun.corba.ee.impl.corba
Classes in com.sun.corba.ee.impl.corba that implement ValueBase Modifier and Type Class Description private static classAnyImpl.AnyInputStreamprivate static classAnyImpl.AnyOutputStream -
Uses of ValueBase in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement ValueBase Modifier and Type Class Description classCDRInputObjectclassCDROutputObjectclassEncapsInputStreamEncapsulations are supposed to explicitly define their code sets and GIOP version.classEncapsOutputStreamEncapsulations are supposed to explicitly define their code sets and GIOP version.classTypeCodeInputStreamclassTypeCodeOutputStreamMethods in com.sun.corba.ee.impl.encoding with parameters of type ValueBase Modifier and Type Method Description private voidCDROutputStream_1_0. writeValueBase(ValueBase object, java.lang.Class clazz) -
Uses of ValueBase in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ValueBase Modifier and Type Class Description classObjectReferenceFactoryImplThis is an implementation of the ObjectReferenceFactory abstract value type defined by the portable interceptors IDL.classObjectReferenceTemplateImplThis is an implementation of the ObjectReferenceTemplate abstract value type defined by the portable interceptors IDL. -
Uses of ValueBase in org.omg.CORBA
Subinterfaces of ValueBase in org.omg.CORBA Modifier and Type Interface Description interfaceDataInputStreamDefines the methods used to read primitive data types from input streams for unmarshaling custom value types.interfaceDataOutputStreamDefines the methods used to write primitive data types to output streams for marshalling custom value types. -
Uses of ValueBase in org.omg.CORBA.portable
Subinterfaces of ValueBase in org.omg.CORBA.portable Modifier and Type Interface Description interfaceCustomValueAn extension ofValueBasethat is implemented by custom value types.interfaceStreamableValueDefines the base type for all non-boxed IDL valuetypes that are not custom marshaled. -
Uses of ValueBase in org.omg.PortableInterceptor
Subinterfaces of ValueBase in org.omg.PortableInterceptor Modifier and Type Interface Description interfaceObjectReferenceFactoryThe object reference factory.interfaceObjectReferenceTemplateThe object reference template.
-