Uses of Class
org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode
-
Packages that use InconsistentTypeCode Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny org.omg.DynamicAny.DynAnyFactoryPackage -
-
Uses of InconsistentTypeCode in com.sun.corba.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany that throw InconsistentTypeCode Modifier and Type Method Description DynAny
DynAnyFactoryImpl. create_dyn_any(Any any)
DynAny
DynAnyFactoryImpl. create_dyn_any_from_type_code(TypeCode type)
(package private) static DynAny
DynAnyUtil. createMostDerivedDynAny(Any any, ORB orb, boolean copyValue)
(package private) static DynAny
DynAnyUtil. createMostDerivedDynAny(TypeCode typeCode, ORB orb)
-
Uses of InconsistentTypeCode in org.omg.DynamicAny
Methods in org.omg.DynamicAny that throw InconsistentTypeCode Modifier and Type Method Description DynAny
_DynAnyFactoryStub. create_dyn_any(Any value)
Creates a new DynAny object from an any value.DynAny
DynAnyFactoryOperations. create_dyn_any(Any value)
Creates a new DynAny object from an any value.DynAny
DynAnyFactoryPOATie. create_dyn_any(Any value)
Creates a new DynAny object from an any value.DynAny
_DynAnyFactoryStub. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.DynAny
DynAnyFactoryOperations. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.DynAny
DynAnyFactoryPOATie. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode. -
Uses of InconsistentTypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
Fields in org.omg.DynamicAny.DynAnyFactoryPackage declared as InconsistentTypeCode Modifier and Type Field Description InconsistentTypeCode
InconsistentTypeCodeHolder. value
Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return InconsistentTypeCode Modifier and Type Method Description static InconsistentTypeCode
InconsistentTypeCodeHelper. extract(Any a)
static InconsistentTypeCode
InconsistentTypeCodeHelper. read(InputStream istream)
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode Modifier and Type Method Description static void
InconsistentTypeCodeHelper. insert(Any a, InconsistentTypeCode that)
static void
InconsistentTypeCodeHelper. write(OutputStream ostream, InconsistentTypeCode value)
Constructors in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode Constructor Description InconsistentTypeCodeHolder(InconsistentTypeCode initialValue)
-