Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_RelativeRoundtripTimeoutPolicy Class Reference

#include <Messaging_Policy_i.h>

Inheritance diagram for TAO_RelativeRoundtripTimeoutPolicy

Inheritance graph
[legend]
Collaboration diagram for TAO_RelativeRoundtripTimeoutPolicy:

Collaboration graph
[legend]
List of all members.

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 & Destructor Documentation

TAO_RelativeRoundtripTimeoutPolicy::TAO_RelativeRoundtripTimeoutPolicy ( const TimeBase::TimeT & relative_expiry ) [inline]
 

Constructor.

TAO_RelativeRoundtripTimeoutPolicy::TAO_RelativeRoundtripTimeoutPolicy ( const TAO_RelativeRoundtripTimeoutPolicy & rhs )
 

Copy constructor.


Member Function Documentation

TAO_Cached_Policy_Type TAO_RelativeRoundtripTimeoutPolicy::_tao_cached_type ( void ) const [virtual]
 

TAO_RelativeRoundtripTimeoutPolicy * TAO_RelativeRoundtripTimeoutPolicy::clone ( void ) const [virtual]
 

Returns a copy of <this>.

CORBA::Policy_ptr TAO_RelativeRoundtripTimeoutPolicy::copy ( CORBA_Environment & ACE_TRY_ENV = TAO_default_environment () ) throw (CORBA::SystemException) [virtual]
 

CORBA::Policy_ptr TAO_RelativeRoundtripTimeoutPolicy::create ( const CORBA::Any & val,
CORBA::Environment & ACE_TRY_ENV = TAO_default_environment () ) [static]
 

Helper method for the implementation of CORBA::ORB::create_policy.

void TAO_RelativeRoundtripTimeoutPolicy::destroy ( CORBA_Environment & ACE_TRY_ENV = TAO_default_environment () ) throw (CORBA::SystemException) [virtual]
 

void TAO_RelativeRoundtripTimeoutPolicy::hook ( TAO_ORB_Core * orb_core,
TAO_Stub * stub,
int & has_timeout,
ACE_Time_Value & time_value ) [static]
 

Implement the timeout hook, this is set in the ORB_Core at initialization time.

CORBA::PolicyType TAO_RelativeRoundtripTimeoutPolicy::policy_type ( CORBA_Environment & ACE_TRY_ENV = TAO_default_environment () ) throw (CORBA::SystemException) [virtual]
 

TimeBase::TimeT TAO_RelativeRoundtripTimeoutPolicy::relative_expiry ( CORBA::Environment & ACE_TRY_ENV ) throw (CORBA::SystemException) [virtual]
 

void TAO_RelativeRoundtripTimeoutPolicy::set_time_value ( ACE_Time_Value & time_value )
 

Change the CORBA representation to the ACE representation.


Member Data Documentation

TimeBase::TimeT TAO_RelativeRoundtripTimeoutPolicy::relative_expiry_ [private]
 

The attribute.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 11:45:29 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000