org.apache.yoko.orb.OB
Interface RequestTimeoutPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
RequestTimeoutPolicy
All Known Implementing Classes:
RequestTimeoutPolicy_impl

public interface RequestTimeoutPolicyOperations
extends PolicyOperations

The request timeout policy. This policy can be used to specify a maximum time limit for requests.

See Also:
TimeoutPolicy

Method Summary
 int value()
          If an object has a RequestTimeoutPolicy set and no response to a request is available after value milliseconds, a CORBA::NO_RESPONSE exception is raised.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

int value()
If an object has a RequestTimeoutPolicy set and no response to a request is available after value milliseconds, a CORBA::NO_RESPONSE exception is raised. The default value is -1, which means no timeout.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.