#include <Messaging_Policy_i.h>
Inheritance diagram for TAO_RelativeRoundtripTimeoutPolicy
Public Methods | |
TAO_RelativeRoundtripTimeoutPolicy (const TimeBase::TimeT& relative_expiry) | |
Constructor. | |
TAO_RelativeRoundtripTimeoutPolicy (const TAO_RelativeRoundtripTimeoutPolicy &rhs) | |
Copy constructor. | |
virtual TAO_RelativeRoundtripTimeoutPolicy* | clone (void) const |
Returns a copy of <this>. | |
virtual TimeBase::TimeT | relative_expiry (CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException) |
virtual CORBA::PolicyType | policy_type (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | destroy (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
void | set_time_value (ACE_Time_Value &time_value) |
Change the CORBA representation to the ACE representation. | |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Static Public Methods | |
void | hook (TAO_ORB_Core *orb_core, TAO_Stub *stub, int &has_timeout, ACE_Time_Value &time_value) |
Implement the timeout hook, this is set in the ORB_Core at initialization time. | |
CORBA::Policy_ptr | create (const CORBA::Any& val, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) |
Helper method for the implementation of CORBA::ORB::create_policy. | |
Private Attributes | |
TimeBase::TimeT | relative_expiry_ |
The attribute. |
|
Constructor.
|
|
Copy constructor.
|
|
|
|
Returns a copy of <this>.
|
|
|
|
Helper method for the implementation of CORBA::ORB::create_policy.
|
|
|
|
Implement the timeout hook, this is set in the ORB_Core at initialization time.
|
|
|
|
|
|
Change the CORBA representation to the ACE representation.
|
|
The attribute.
|