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 DynAnyDynAnyFactoryImpl. create_dyn_any(Any any)DynAnyDynAnyFactoryImpl. create_dyn_any_from_type_code(TypeCode type)(package private) static DynAnyDynAnyUtil. createMostDerivedDynAny(Any any, ORB orb, boolean copyValue)(package private) static DynAnyDynAnyUtil. 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.DynAnyDynAnyFactoryOperations. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAnyDynAnyFactoryPOATie. 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.DynAnyDynAnyFactoryOperations. create_dyn_any_from_type_code(TypeCode type)Creates a DynAny from a TypeCode.DynAnyDynAnyFactoryPOATie. 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 InconsistentTypeCodeInconsistentTypeCodeHolder. valueMethods in org.omg.DynamicAny.DynAnyFactoryPackage that return InconsistentTypeCode Modifier and Type Method Description static InconsistentTypeCodeInconsistentTypeCodeHelper. extract(Any a)static InconsistentTypeCodeInconsistentTypeCodeHelper. read(InputStream istream)Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode Modifier and Type Method Description static voidInconsistentTypeCodeHelper. insert(Any a, InconsistentTypeCode that)static voidInconsistentTypeCodeHelper. write(OutputStream ostream, InconsistentTypeCode value)Constructors in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode Constructor Description InconsistentTypeCodeHolder(InconsistentTypeCode initialValue)
-