Uses of Interface
org.omg.PortableServer.IdAssignmentPolicyOperations

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

Uses of IdAssignmentPolicyOperations in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement IdAssignmentPolicyOperations
 class IdAssignmentPolicy
          This class implements the id assignment policy.
 

Uses of IdAssignmentPolicyOperations in org.omg.PortableServer
 

Subinterfaces of IdAssignmentPolicyOperations in org.omg.PortableServer
 interface IdAssignmentPolicy
          Generated from IDL interface "IdAssignmentPolicy"
 

Classes in org.omg.PortableServer that implement IdAssignmentPolicyOperations
 class _IdAssignmentPolicyLocalBase
          Abstract base class for implementations of local interface IdAssignmentPolicy
 class IdAssignmentPolicyLocalTie
          Generated from IDL interface "IdAssignmentPolicy"
 

Methods in org.omg.PortableServer that return IdAssignmentPolicyOperations
 IdAssignmentPolicyOperations IdAssignmentPolicyLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type IdAssignmentPolicyOperations
 void IdAssignmentPolicyLocalTie._delegate(IdAssignmentPolicyOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type IdAssignmentPolicyOperations
IdAssignmentPolicyLocalTie(IdAssignmentPolicyOperations delegate)