General KERNEL Documentation     End User KERNEL Services  


SALOMETraceCollector Class Reference

#include <SALOMETraceCollector.hxx>

Inheritance diagram for SALOMETraceCollector:

Inheritance graph
Collaboration diagram for SALOMETraceCollector:

Collaboration graph

Public Member Functions

 ~SALOMETraceCollector ()

Static Public Member Functions

static BaseTraceCollectorinstance ()
static void * run (void *bid)

Protected Member Functions

 SALOMETraceCollector ()

Static Protected Attributes

static int _threadToClose = 0
static BaseTraceCollector_singleton = 0
static pthread_mutex_t _singletonMutex = PTHREAD_MUTEX_INITIALIZER
static pthread_t * _threadId = 0
static sem_t _sem

Static Private Attributes

static CORBA::ORB_ptr _orb = 0

Constructor & Destructor Documentation

SALOMETraceCollector::~SALOMETraceCollector  ) 
 

Destructor: wait until printing thread ends (SALOMETraceCollector::run)

SALOMETraceCollector::SALOMETraceCollector  )  [protected]
 

Constructor: no need of LocalTraceBufferPool object initialization here, thread safe singleton used in LocalTraceBufferPool::instance()


Member Function Documentation

BaseTraceCollector * SALOMETraceCollector::instance  )  [static]
 

This class is for use with CORBA, inside SALOME. Type of trace (and corresponding class) is choosen in LocalTraceBufferPool.

Guarantees a unique object instance of the class (singleton thread safe) a separate thread for loop to print traces is launched.

void * SALOMETraceCollector::run void *  bid  )  [static]
 

In a separate thread, loop to print traces. Mutex garantees intialisation on instance method is done and only one run allowed (double check ...) Loop until there is no more buffer to print, and no ask for end from destructor. Get a buffer. If type = ABORT then exit application with message.


Field Documentation

CORBA::ORB_ptr SALOMETraceCollector::_orb = 0 [static, private]
 

int BaseTraceCollector::_threadToClose = 0 [static, protected, inherited]
 

BaseTraceCollector * BaseTraceCollector::_singleton = 0 [static, protected, inherited]
 

pthread_mutex_t BaseTraceCollector::_singletonMutex = PTHREAD_MUTEX_INITIALIZER [static, protected, inherited]
 

pthread_t * BaseTraceCollector::_threadId = 0 [static, protected, inherited]
 

sem_t BaseTraceCollector::_sem [static, protected, inherited]