Version: 8.3.0
SALOMETraceCollector Class Reference

#include <SALOMETraceCollector.hxx>

Inheritance diagram for SALOMETraceCollector:

Public Member Functions

 ~SALOMETraceCollector ()
 Destructor: wait until printing thread ends (SALOMETraceCollector::run) More...
 

Static Public Member Functions

static BaseTraceCollectorinstance ()
 This class is for use with CORBA, inside SALOME. More...
 
static void * run (void *bid)
 In a separate thread, loop to print traces. More...
 

Protected Member Functions

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

Static Protected Attributes

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

Static Private Attributes

static CORBA::ORB_ptr _orb = 0
 

Constructor & Destructor Documentation

SALOMETraceCollector::SALOMETraceCollector ( )
protected

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

References BaseTraceCollector::_threadId, and BaseTraceCollector::_threadToClose.

Referenced by 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.

References _orb, BaseTraceCollector::_sem, BaseTraceCollector::_singleton, BaseTraceCollector::_singletonMutex, run(), and SALOMETraceCollector().

Referenced by SingletonInstance().

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.

References _orb, BaseTraceCollector::_sem, BaseTraceCollector::_threadId, BaseTraceCollector::_threadToClose, ABORT_MESS, DEVTRACE, LocalTraceBufferPool::instance(), LocalTraceBufferPool::retrieve(), LocalTrace_TraceInfo::threadId, LocalTraceBufferPool::toCollect(), LocalTrace_TraceInfo::trace, TraceCollector_WaitForServerReadiness(), and LocalTrace_TraceInfo::traceType.

Referenced by instance().

Field Documentation

CORBA::ORB_ptr SALOMETraceCollector::_orb = 0
staticprivate

Referenced by instance(), and run().

sem_t BaseTraceCollector::_sem
staticprotectedinherited