Uses of Interface
org.omg.Messaging.MaxHopsPolicyOperations

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

Uses of MaxHopsPolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement MaxHopsPolicyOperations
 class MaxHopsPolicy
           
 

Uses of MaxHopsPolicyOperations in org.omg.Messaging
 

Subinterfaces of MaxHopsPolicyOperations in org.omg.Messaging
 interface MaxHopsPolicy
          Generated from IDL interface "MaxHopsPolicy"
 

Classes in org.omg.Messaging that implement MaxHopsPolicyOperations
 class _MaxHopsPolicyLocalBase
          Abstract base class for implementations of local interface MaxHopsPolicy
 class MaxHopsPolicyLocalTie
          Generated from IDL interface "MaxHopsPolicy"
 

Methods in org.omg.Messaging that return MaxHopsPolicyOperations
 MaxHopsPolicyOperations MaxHopsPolicyLocalTie._delegate()
           
 

Methods in org.omg.Messaging with parameters of type MaxHopsPolicyOperations
 void MaxHopsPolicyLocalTie._delegate(MaxHopsPolicyOperations delegate)
           
 

Constructors in org.omg.Messaging with parameters of type MaxHopsPolicyOperations
MaxHopsPolicyLocalTie(MaxHopsPolicyOperations delegate)