Uses of Interface
org.omg.CORBA.portable.ValueFactory
-
Packages that use ValueFactory Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.util org.omg.CORBA_2_3 The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests. -
-
Uses of ValueFactory in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb with type parameters of type ValueFactory Modifier and Type Field Description private java.util.Map<java.lang.String,ValueFactory>
ORBImpl. valueFactoryCache
Methods in com.sun.corba.ee.impl.orb that return ValueFactory Modifier and Type Method Description ValueFactory
ORBImpl. lookup_value_factory(java.lang.String repositoryID)
Finds and returns a value factory for the given repository ID.ValueFactory
ORBSingleton. lookup_value_factory(java.lang.String repositoryID)
ValueFactory
ORBImpl. register_value_factory(java.lang.String repositoryID, ValueFactory factory)
Registers a value factory for a particular repository ID.ValueFactory
ORBSingleton. register_value_factory(java.lang.String repositoryID, ValueFactory factory)
Methods in com.sun.corba.ee.impl.orb with parameters of type ValueFactory Modifier and Type Method Description ValueFactory
ORBImpl. register_value_factory(java.lang.String repositoryID, ValueFactory factory)
Registers a value factory for a particular repository ID.ValueFactory
ORBSingleton. register_value_factory(java.lang.String repositoryID, ValueFactory factory)
-
Uses of ValueFactory in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that return ValueFactory Modifier and Type Method Description static ValueFactory
Utility. getFactory(java.lang.Class clazz, java.lang.String codebase, ORB orb, java.lang.String repId)
Get the factory for an IDLValue Throws MARSHAL exception if no factory found. -
Uses of ValueFactory in org.omg.CORBA_2_3
Methods in org.omg.CORBA_2_3 that return ValueFactory Modifier and Type Method Description ValueFactory
ORB. lookup_value_factory(java.lang.String id)
ValueFactory
ORB. register_value_factory(java.lang.String id, ValueFactory factory)
Unimplemented methodMethods in org.omg.CORBA_2_3 with parameters of type ValueFactory Modifier and Type Method Description ValueFactory
ORB. register_value_factory(java.lang.String id, ValueFactory factory)
Unimplemented method
-