Uses of Interface
org.omg.DynamicAny.DynAnyFactory
-
Packages that use DynAnyFactory Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynAnyFactory in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynAnyFactory Modifier and Type Class Description classDynAnyFactoryImplMethods in com.sun.corba.ee.impl.dynamicany that return DynAnyFactory Modifier and Type Method Description protected DynAnyFactoryDynAnyImpl. factory() -
Uses of DynAnyFactory in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynAnyFactory Modifier and Type Class Description class_DynAnyFactoryStubDynAny objects can be created by invoking operations on the DynAnyFactory object.Fields in org.omg.DynamicAny declared as DynAnyFactory Modifier and Type Field Description DynAnyFactoryDynAnyFactoryHolder. valueMethods in org.omg.DynamicAny that return DynAnyFactory Modifier and Type Method Description DynAnyFactoryDynAnyFactoryPOA. _this()DynAnyFactoryDynAnyFactoryPOA. _this(ORB orb)static DynAnyFactoryDynAnyFactoryHelper. extract(Any a)static DynAnyFactoryDynAnyFactoryHelper. narrow(Object obj)static DynAnyFactoryDynAnyFactoryHelper. read(InputStream istream)static DynAnyFactoryDynAnyFactoryHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynAnyFactory Modifier and Type Method Description static voidDynAnyFactoryHelper. insert(Any a, DynAnyFactory that)static voidDynAnyFactoryHelper. write(OutputStream ostream, DynAnyFactory value)Constructors in org.omg.DynamicAny with parameters of type DynAnyFactory Constructor Description DynAnyFactoryHolder(DynAnyFactory initialValue)
-