Uses of Interface
org.omg.Messaging.RebindPolicyOperations

Packages that use RebindPolicyOperations
org.jacorb.orb.policies   
org.omg.Messaging   
 

Uses of RebindPolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement RebindPolicyOperations
 class RebindPolicy
           
 

Uses of RebindPolicyOperations in org.omg.Messaging
 

Subinterfaces of RebindPolicyOperations in org.omg.Messaging
 interface RebindPolicy
          Generated from IDL interface "RebindPolicy"
 

Classes in org.omg.Messaging that implement RebindPolicyOperations
 class _RebindPolicyLocalBase
          Abstract base class for implementations of local interface RebindPolicy
 class RebindPolicyLocalTie
          Generated from IDL interface "RebindPolicy"
 

Methods in org.omg.Messaging that return RebindPolicyOperations
 RebindPolicyOperations RebindPolicyLocalTie._delegate()
           
 

Methods in org.omg.Messaging with parameters of type RebindPolicyOperations
 void RebindPolicyLocalTie._delegate(RebindPolicyOperations delegate)
           
 

Constructors in org.omg.Messaging with parameters of type RebindPolicyOperations
RebindPolicyLocalTie(RebindPolicyOperations delegate)