Uses of Interface
org.omg.Messaging.RelativeRoundtripTimeoutPolicyOperations

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

Uses of RelativeRoundtripTimeoutPolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement RelativeRoundtripTimeoutPolicyOperations
 class RelativeRoundtripTimeoutPolicy
          Specifies a relative timeout for a CORBA roundtrip.
 

Uses of RelativeRoundtripTimeoutPolicyOperations in org.omg.Messaging
 

Subinterfaces of RelativeRoundtripTimeoutPolicyOperations in org.omg.Messaging
 interface RelativeRoundtripTimeoutPolicy
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy".
 

Classes in org.omg.Messaging that implement RelativeRoundtripTimeoutPolicyOperations
 class _RelativeRoundtripTimeoutPolicyLocalBase
          Abstract base class for implementations of local interface RelativeRoundtripTimeoutPolicy
 class RelativeRoundtripTimeoutPolicyLocalTie
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy".
 

Methods in org.omg.Messaging that return RelativeRoundtripTimeoutPolicyOperations
 RelativeRoundtripTimeoutPolicyOperations RelativeRoundtripTimeoutPolicyLocalTie._delegate()
           
 

Methods in org.omg.Messaging with parameters of type RelativeRoundtripTimeoutPolicyOperations
 void RelativeRoundtripTimeoutPolicyLocalTie._delegate(RelativeRoundtripTimeoutPolicyOperations delegate)
           
 

Constructors in org.omg.Messaging with parameters of type RelativeRoundtripTimeoutPolicyOperations
RelativeRoundtripTimeoutPolicyLocalTie(RelativeRoundtripTimeoutPolicyOperations delegate)