org.apache.yoko.orb.OB
Interface ConnectTimeoutPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
ConnectTimeoutPolicy
All Known Implementing Classes:
ConnectTimeoutPolicy_impl

public interface ConnectTimeoutPolicyOperations
extends PolicyOperations

The connect timeout policy. This policy can be used to specify a maximum time limit for connection establishment.

See Also:
TimeoutPolicy

Method Summary
 int value()
          If an object has a ConnectTimeoutPolicy set and a connection cannot be established 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 ConnectTimeoutPolicy set and a connection cannot be established 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.