Represents Bovespa thread manager.
More...
#include <B2BITS_BovespaThreadManager.h>
Represents Bovespa thread manager.
Enumerator |
---|
MDThread |
|
IncrementalThread |
|
TCPReplayThread |
|
AdditionalThread |
|
Bovespa::BovespaThreadManager::BovespaThreadManager |
( |
| ) |
|
|
inline |
virtual Bovespa::BovespaThreadManager::~BovespaThreadManager |
( |
| ) |
|
|
inlinevirtual |
virtual void Bovespa::BovespaThreadManager::onStartThread |
( |
ThreadType |
threadType, |
|
|
size_t |
threadIndex |
|
) |
| |
|
inlinevirtual |
Called on initislization of each processing thread into it's context
- Parameters
-
threadType | type of processing thread |
threadIndex | index of processing thread |
virtual void Bovespa::BovespaThreadManager::onStopThread |
( |
ThreadType |
threadType, |
|
|
size_t |
threadIndex |
|
) |
| |
|
inlinevirtual |
- Parameters
-
threadType | type of processing thread |
threadIndex | index of processing thread |