org.omg.Messaging
Interface RelativeRequestTimeoutPolicyOperations
- All Superinterfaces: 
 - PolicyOperations
 
- All Known Subinterfaces: 
 - RelativeRequestTimeoutPolicy
 
public interface RelativeRequestTimeoutPolicyOperations
- extends PolicyOperations
 
The RelativeRequestTimeoutPolicy specifies the relative amount of time for which a Request may be delivered. 
   After this amount of time, the Request is cancelled. 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