org.omg.Messaging
Interface RelativeRoundtripTimeoutPolicy
- All Superinterfaces: 
 - IDLEntity, LocalInterface, Object, Policy, PolicyOperations, RelativeRoundtripTimeoutPolicyOperations, java.io.Serializable
 
public interface RelativeRoundtripTimeoutPolicy
- extends LocalInterface, RelativeRoundtripTimeoutPolicyOperations, Policy, IDLEntity
 
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.
 
 
| Methods inherited from interface org.omg.CORBA.Object | 
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override | 
 
 
                 Read the latest documentation online