org.apache.yoko.orb.OB
Class RequestTimeoutPolicy_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OB.RequestTimeoutPolicy_impl
All Implemented Interfaces:
Serializable, RequestTimeoutPolicy, RequestTimeoutPolicyOperations, Object, Policy, PolicyOperations, IDLEntity

public final class RequestTimeoutPolicy_impl
extends LocalObject
implements RequestTimeoutPolicy

See Also:
Serialized Form

Constructor Summary
RequestTimeoutPolicy_impl(int t)
           
 
Method Summary
 Policy copy()
           
 void destroy()
           
 int policy_type()
           
 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 class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

RequestTimeoutPolicy_impl

public RequestTimeoutPolicy_impl(int t)
Method Detail

value

public int value()
Description copied from interface: RequestTimeoutPolicyOperations
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.

Specified by:
value in interface RequestTimeoutPolicyOperations

policy_type

public int policy_type()
Specified by:
policy_type in interface PolicyOperations

copy

public Policy copy()
Specified by:
copy in interface PolicyOperations

destroy

public void destroy()
Specified by:
destroy in interface PolicyOperations


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