Public Member Functions | Private Attributes

TAO_DistributableThread Class Reference

#include <Distributable_Thread.h>

Inheritance diagram for TAO_DistributableThread:
Inheritance graph
[legend]
Collaboration diagram for TAO_DistributableThread:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_DistributableThread (void)
 ~TAO_DistributableThread (void)
virtual void cancel (void)
virtual
RTScheduling::DistributableThread::DT_State 
state (void)

Private Attributes

RTScheduling::DistributableThread::DT_State state_

Detailed Description

Definition at line 13 of file Distributable_Thread.h.


Constructor & Destructor Documentation

TAO_DistributableThread::TAO_DistributableThread ( void   ) 

Definition at line 8 of file Distributable_Thread.cpp.

  :state_ (RTScheduling::DistributableThread::ACTIVE)
{
}

TAO_DistributableThread::~TAO_DistributableThread ( void   ) 

Definition at line 13 of file Distributable_Thread.cpp.

{
}


Member Function Documentation

void TAO_DistributableThread::cancel ( void   )  [virtual]

Definition at line 18 of file Distributable_Thread.cpp.

{
  this->state_ = RTScheduling::DistributableThread::CANCELLED;
}

RTScheduling::DistributableThread::DT_State TAO_DistributableThread::state ( void   )  [virtual]

Definition at line 24 of file Distributable_Thread.cpp.

{
  return this->state_;
}


Member Data Documentation

RTScheduling::DistributableThread::DT_State TAO_DistributableThread::state_ [private]

Definition at line 27 of file Distributable_Thread.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines