Uses of Interface
org.omg.CORBA.portable.ValueFactory
Packages that use ValueFactory
-
Uses of ValueFactory in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.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.se.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.se.impl.util
Methods in com.sun.corba.se.impl.util that return ValueFactoryModifier and TypeMethodDescriptionstatic ValueFactoryUtility.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) Methods in org.omg.CORBA_2_3 with parameters of type ValueFactory