Uses of Interface
org.omg.PortableServer.ThreadPolicy

Packages that use ThreadPolicy
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.PortableServer   
org.omg.PortableServer   
 

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

Methods in org.apache.yoko.orb.OBPortableServer that return ThreadPolicy
 ThreadPolicy POA_impl.create_thread_policy(ThreadPolicyValue value)
           
 

Uses of ThreadPolicy in org.apache.yoko.orb.PortableServer
 

Classes in org.apache.yoko.orb.PortableServer that implement ThreadPolicy
 class ThreadPolicy_impl
           
 

Uses of ThreadPolicy in org.omg.PortableServer
 

Fields in org.omg.PortableServer declared as ThreadPolicy
 ThreadPolicy ThreadPolicyHolder.value
           
 

Methods in org.omg.PortableServer that return ThreadPolicy
 ThreadPolicy POAOperations.create_thread_policy(ThreadPolicyValue value)
           
static ThreadPolicy ThreadPolicyHelper.extract(Any any)
           
static ThreadPolicy ThreadPolicyHelper.narrow(Object val)
           
static ThreadPolicy ThreadPolicyHelper.read(InputStream in)
           
 

Methods in org.omg.PortableServer with parameters of type ThreadPolicy
static void ThreadPolicyHelper.insert(Any any, ThreadPolicy val)
           
static void ThreadPolicyHelper.write(OutputStream out, ThreadPolicy val)
           
 

Constructors in org.omg.PortableServer with parameters of type ThreadPolicy
ThreadPolicyHolder(ThreadPolicy initial)
           
 



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