Uses of Interface
org.omg.PortableServer.ServantRetentionPolicyOperations

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

Uses of ServantRetentionPolicyOperations in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement ServantRetentionPolicyOperations
 class ServantRetentionPolicy
          This class implements the servant retention policy.
 

Uses of ServantRetentionPolicyOperations in org.omg.PortableServer
 

Subinterfaces of ServantRetentionPolicyOperations in org.omg.PortableServer
 interface ServantRetentionPolicy
          Generated from IDL interface "ServantRetentionPolicy"
 

Classes in org.omg.PortableServer that implement ServantRetentionPolicyOperations
 class _ServantRetentionPolicyLocalBase
          Abstract base class for implementations of local interface ServantRetentionPolicy
 class ServantRetentionPolicyLocalTie
          Generated from IDL interface "ServantRetentionPolicy"
 

Methods in org.omg.PortableServer that return ServantRetentionPolicyOperations
 ServantRetentionPolicyOperations ServantRetentionPolicyLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type ServantRetentionPolicyOperations
 void ServantRetentionPolicyLocalTie._delegate(ServantRetentionPolicyOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type ServantRetentionPolicyOperations
ServantRetentionPolicyLocalTie(ServantRetentionPolicyOperations delegate)