Uses of Interface
org.omg.CORBA.portable.ValueFactory
Packages that use ValueFactory
Package
Description
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 ValueFactoryMethods in com.sun.corba.ee.impl.orb that return ValueFactoryModifier and TypeMethodDescriptionORBImpl.lookup_value_factory
(String repositoryID) Finds and returns a value factory for the given repository ID.ORBSingleton.lookup_value_factory
(String repositoryID) ORBImpl.register_value_factory
(String repositoryID, ValueFactory factory) Registers a value factory for a particular repository ID.ORBSingleton.register_value_factory
(String repositoryID, ValueFactory factory) Methods in com.sun.corba.ee.impl.orb with parameters of type ValueFactoryModifier and TypeMethodDescriptionORBImpl.register_value_factory
(String repositoryID, ValueFactory factory) Registers a value factory for a particular repository ID.ORBSingleton.register_value_factory
(String repositoryID, ValueFactory factory) -
Uses of ValueFactory in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that return ValueFactoryModifier and TypeMethodDescriptionstatic ValueFactory
Utility.getFactory
(Class clazz, String codebase, ORB orb, 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 ValueFactoryModifier and TypeMethodDescriptionORB.lookup_value_factory
(String id) ORB.register_value_factory
(String id, ValueFactory factory) Unimplemented methodMethods in org.omg.CORBA_2_3 with parameters of type ValueFactoryModifier and TypeMethodDescriptionORB.register_value_factory
(String id, ValueFactory factory) Unimplemented method