Uses of Interface
org.apache.yoko.orb.OB.DispatchStrategy

Packages that use DispatchStrategy
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableServer   
 

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

Fields in org.apache.yoko.orb.OB declared as DispatchStrategy
protected  DispatchStrategy Upcall.dispatchStrategy_
           
 DispatchStrategy DispatchStrategyHolder.value
           
 

Methods in org.apache.yoko.orb.OB that return DispatchStrategy
 DispatchStrategy DispatchStrategyFactoryOperations.create_default_dispatch_strategy()
          Create a default dispatch strategy.
 DispatchStrategy DispatchStrategyFactory_impl.create_default_dispatch_strategy()
           
 DispatchStrategy DispatchStrategyFactoryOperations.create_same_thread_strategy()
          Create a same thread dispatch strategy.
 DispatchStrategy DispatchStrategyFactory_impl.create_same_thread_strategy()
           
 DispatchStrategy DispatchStrategyFactoryOperations.create_thread_per_request_strategy()
          Create a same thread per request dispatch strategy.
 DispatchStrategy DispatchStrategyFactory_impl.create_thread_per_request_strategy()
           
 DispatchStrategy DispatchStrategyFactoryOperations.create_thread_pool_strategy(int id)
          Create a thread pool dispatch strategy.
 DispatchStrategy DispatchStrategyFactory_impl.create_thread_pool_strategy(int id)
           
static DispatchStrategy DispatchStrategyHelper.extract(Any any)
           
static DispatchStrategy DispatchStrategyHelper.narrow(Object val)
           
static DispatchStrategy DispatchStrategyHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type DispatchStrategy
static void DispatchStrategyHelper.insert(Any any, DispatchStrategy val)
           
 void Upcall.setDispatchInfo(DispatchRequest dispatchRequest, DispatchStrategy dispatchStrategy)
           
static void DispatchStrategyHelper.write(OutputStream out, DispatchStrategy val)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type DispatchStrategy
DispatchStrategyHolder(DispatchStrategy initial)
           
 

Uses of DispatchStrategy in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer that return DispatchStrategy
 DispatchStrategy POAPolicies.dispatchStrategyPolicy()
           
 DispatchStrategy POAOperations.the_dispatch_strategy()
          Determine the DispatchStrategy in use by this POA
 DispatchStrategy POA_impl.the_dispatch_strategy()
           
 DispatchStrategy DispatchStrategyPolicy_impl.value()
           
 DispatchStrategy DispatchStrategyPolicyOperations.value()
          The DispatchStrategy value.
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type DispatchStrategy
 DispatchStrategyPolicy POAOperations.create_dispatch_strategy_policy(DispatchStrategy value)
          Create a dispatch strategy policy
 DispatchStrategyPolicy POA_impl.create_dispatch_strategy_policy(DispatchStrategy value)
           
 

Constructors in org.apache.yoko.orb.OBPortableServer with parameters of type DispatchStrategy
DispatchStrategyPolicy_impl(DispatchStrategy value)
           
 



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