Uses of Interface
org.omg.PortableServer.LifespanPolicyOperations

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

Uses of LifespanPolicyOperations in org.jacorb.poa.policy
 

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

Uses of LifespanPolicyOperations in org.omg.PortableServer
 

Subinterfaces of LifespanPolicyOperations in org.omg.PortableServer
 interface LifespanPolicy
          Generated from IDL interface "LifespanPolicy"
 

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

Methods in org.omg.PortableServer that return LifespanPolicyOperations
 LifespanPolicyOperations LifespanPolicyLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type LifespanPolicyOperations
 void LifespanPolicyLocalTie._delegate(LifespanPolicyOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type LifespanPolicyOperations
LifespanPolicyLocalTie(LifespanPolicyOperations delegate)