org::xmlBlaster::util::thread::Condition Class Reference

List of all members.

Public Member Functions

 Condition ()
 ~Condition ()
void wait (const Lock &lock, long delay)
void notify ()

Detailed Description

Definition at line 150 of file ThreadBase.h.


Constructor & Destructor Documentation

org::xmlBlaster::util::thread::Condition::Condition (  ) 

org::xmlBlaster::util::thread::Condition::~Condition (  ) 


Member Function Documentation

void org::xmlBlaster::util::thread::Condition::wait ( const Lock lock,
long  delay 
)

Referenced by main(), and org::xmlBlaster::util::Timeout::run().

void org::xmlBlaster::util::thread::Condition::notify (  ) 

Referenced by org::xmlBlaster::util::Timeout::addTimeoutListener(), and org::xmlBlaster::util::Timeout::shutdown().


The documentation for this class was generated from the following file: