Uses of Interface
org.omg.Messaging.MaxHopsPolicy

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

Uses of MaxHopsPolicy in org.jacorb.orb.policies
 

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

Uses of MaxHopsPolicy in org.omg.Messaging
 

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

Fields in org.omg.Messaging declared as MaxHopsPolicy
 MaxHopsPolicy MaxHopsPolicyHolder.value
           
 

Methods in org.omg.Messaging that return MaxHopsPolicy
static MaxHopsPolicy MaxHopsPolicyHelper.extract(Any any)
           
static MaxHopsPolicy MaxHopsPolicyHelper.read(InputStream in)
           
static MaxHopsPolicy MaxHopsPolicyHelper.narrow(java.lang.Object obj)
           
static MaxHopsPolicy MaxHopsPolicyHelper.narrow(Object obj)
           
static MaxHopsPolicy MaxHopsPolicyHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.Messaging with parameters of type MaxHopsPolicy
static void MaxHopsPolicyHelper.insert(Any any, MaxHopsPolicy s)
           
static void MaxHopsPolicyHelper.write(OutputStream _out, MaxHopsPolicy s)
           
 

Constructors in org.omg.Messaging with parameters of type MaxHopsPolicy
MaxHopsPolicyHolder(MaxHopsPolicy initial)