Uses of Interface
org.omg.PortableServer.LifespanPolicy

Packages that use LifespanPolicy
org.jacorb.poa   
org.jacorb.poa.policy   
org.omg.PortableServer   
 

Uses of LifespanPolicy in org.jacorb.poa
 

Fields in org.jacorb.poa declared as LifespanPolicy
protected  LifespanPolicy POA.lifespanPolicy
           
 

Methods in org.jacorb.poa that return LifespanPolicy
 LifespanPolicy POA.create_lifespan_policy(LifespanPolicyValue value)
           
 

Uses of LifespanPolicy in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement LifespanPolicy
 class LifespanPolicy
          This class implements the lifespan policy.
 

Uses of LifespanPolicy in org.omg.PortableServer
 

Classes in org.omg.PortableServer that implement LifespanPolicy
 class _LifespanPolicyLocalBase
          Abstract base class for implementations of local interface LifespanPolicy
 class LifespanPolicyLocalTie
          Generated from IDL interface "LifespanPolicy"
 

Fields in org.omg.PortableServer declared as LifespanPolicy
 LifespanPolicy LifespanPolicyHolder.value
           
 

Methods in org.omg.PortableServer that return LifespanPolicy
 LifespanPolicy POALocalTie.create_lifespan_policy(LifespanPolicyValue value)
           
static LifespanPolicy LifespanPolicyHelper.extract(Any any)
           
static LifespanPolicy LifespanPolicyHelper.read(InputStream in)
           
static LifespanPolicy LifespanPolicyHelper.narrow(java.lang.Object obj)
           
static LifespanPolicy LifespanPolicyHelper.narrow(Object obj)
           
static LifespanPolicy LifespanPolicyHelper.unchecked_narrow(Object obj)
           
 LifespanPolicy POAOperations.create_lifespan_policy(LifespanPolicyValue value)
           
 

Methods in org.omg.PortableServer with parameters of type LifespanPolicy
static void LifespanPolicyHelper.insert(Any any, LifespanPolicy s)
           
static void LifespanPolicyHelper.write(OutputStream _out, LifespanPolicy s)
           
 

Constructors in org.omg.PortableServer with parameters of type LifespanPolicy
LifespanPolicyHolder(LifespanPolicy initial)