org.omg.FT
Class RequestDurationPolicyImpl

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.FT.RequestDurationPolicyPOA
              |
              +--org.omg.FT.RequestDurationPolicyImpl
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.PolicyOperations, RequestDurationPolicyOperations

public class RequestDurationPolicyImpl
extends RequestDurationPolicyPOA


Field Summary
(package private)  long value
           
 
Fields inherited from class org.omg.FT.RequestDurationPolicyPOA
_ids_list
 
Fields inherited from class org.omg.PortableServer.Servant
_delegate, _hasGetInterface
 
Constructor Summary
RequestDurationPolicyImpl(long dur)
           
 
Method Summary
 org.omg.CORBA.Policy copy()
           
 void destroy()
           
 int policy_type()
           
 long request_duration_value()
           
 
Methods inherited from class org.omg.FT.RequestDurationPolicyPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

long value
Constructor Detail

RequestDurationPolicyImpl

public RequestDurationPolicyImpl(long dur)
Method Detail

request_duration_value

public long request_duration_value()

copy

public org.omg.CORBA.Policy copy()

policy_type

public int policy_type()

destroy

public void destroy()