org.omg.Messaging
Interface RelativeRoundtripTimeoutPolicyOperations
- All Superinterfaces: 
 - PolicyOperations
 
- All Known Subinterfaces: 
 - RelativeRoundtripTimeoutPolicy
 
public interface RelativeRoundtripTimeoutPolicyOperations
- extends PolicyOperations
 
The RelativeRoundtripTimeoutPolicy specifies the relative amount of time for which a Request or its 
   corresponding Reply may be delivered. If a response has not yet been delivered after this amount of time, 
   the Request is cancelled. Also, if a Request had already been delivered and a Reply is returned from the 
   target, the Reply is discarded after this amount of time. This policy applies to both synchronous and asynchronous 
   invocations. Assuming the request completes within the specified timeout, the Reply will never be discarded 
   due to timeout. Timeout value is specified in 100s of nanoseconds.
 
 
relative_expiry
long relative_expiry()
 
 
                 Read the latest documentation online