Uses of Interface
org.omg.CORBA.portable.ValueFactory

Packages that use ValueFactory
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.OBMessageRouting   
org.apache.yoko.orb.OBMessaging   
org.apache.yoko.orb.OBPortableInterceptor   
org.omg.CORBA_2_3   
 

Uses of ValueFactory in org.apache.yoko.orb.CORBA
 

Classes in org.apache.yoko.orb.CORBA that implement ValueFactory
 class StringValueFactory
           
 class WStringValueFactory
           
 

Uses of ValueFactory in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB that return ValueFactory
 ValueFactory ValueFactoryManager.lookupValueFactory(String id)
           
 ValueFactory ValueFactoryManager.lookupValueFactoryWithClass(String id)
           
 ValueFactory ValueFactoryManager.registerValueFactory(String id, ValueFactory factory)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type ValueFactory
 ValueFactory ValueFactoryManager.registerValueFactory(String id, ValueFactory factory)
           
 

Uses of ValueFactory in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return ValueFactory
 ValueFactory ORB_impl.lookup_value_factory(String id)
           
 ValueFactory ORB_impl.register_value_factory(String id, ValueFactory factory)
           
 

Methods in org.apache.yoko.orb.OBCORBA with parameters of type ValueFactory
 ValueFactory ORB_impl.register_value_factory(String id, ValueFactory factory)
           
 

Uses of ValueFactory in org.apache.yoko.orb.OBMessageRouting
 

Classes in org.apache.yoko.orb.OBMessageRouting that implement ValueFactory
 class DecayPolicyFactory_impl
           
 class ImmediateSuspendPolicyFactory_impl
           
 class LimitedPingPolicyFactory_impl
           
 class ResumePolicyFactory_impl
           
 class UnlimitedPingPolicyFactory_impl
           
 

Uses of ValueFactory in org.apache.yoko.orb.OBMessaging
 

Classes in org.apache.yoko.orb.OBMessaging that implement ValueFactory
 class ExceptionHolderFactory_impl
           
 

Uses of ValueFactory in org.apache.yoko.orb.OBPortableInterceptor
 

Classes in org.apache.yoko.orb.OBPortableInterceptor that implement ValueFactory
 class IMRORTFactory_impl
           
 class PersistentORTFactory_impl
           
 class TransientORTFactory_impl
           
 

Uses of ValueFactory in org.omg.CORBA_2_3
 

Methods in org.omg.CORBA_2_3 that return ValueFactory
 ValueFactory ORB.lookup_value_factory(String id)
           
 ValueFactory ORB.register_value_factory(String id, ValueFactory factory)
           
 

Methods in org.omg.CORBA_2_3 with parameters of type ValueFactory
 ValueFactory ORB.register_value_factory(String id, ValueFactory factory)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.