Uses of Interface
org.omg.Messaging.RoutingPolicyOperations

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

Uses of RoutingPolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement RoutingPolicyOperations
 class RoutingPolicy
           
 

Uses of RoutingPolicyOperations in org.omg.Messaging
 

Subinterfaces of RoutingPolicyOperations in org.omg.Messaging
 interface RoutingPolicy
          Generated from IDL interface "RoutingPolicy"
 

Classes in org.omg.Messaging that implement RoutingPolicyOperations
 class _RoutingPolicyLocalBase
          Abstract base class for implementations of local interface RoutingPolicy
 class RoutingPolicyLocalTie
          Generated from IDL interface "RoutingPolicy"
 

Methods in org.omg.Messaging that return RoutingPolicyOperations
 RoutingPolicyOperations RoutingPolicyLocalTie._delegate()
           
 

Methods in org.omg.Messaging with parameters of type RoutingPolicyOperations
 void RoutingPolicyLocalTie._delegate(RoutingPolicyOperations delegate)
           
 

Constructors in org.omg.Messaging with parameters of type RoutingPolicyOperations
RoutingPolicyLocalTie(RoutingPolicyOperations delegate)