![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
#include <AliCommunicationThread.h>
Public Member Functions | |
AliCommunicationThread (AliStorageClientThread *onlineReconstructionManager) | |
~AliCommunicationThread () | |
void | Kill () |
Private Member Functions | |
void | CommunicationHandle () |
void | SetStorageParams (int maxStorageSize, int maxOccupation, int removeEvents, int eventsInChunk) |
Static Private Member Functions | |
static void * | Dispatch (void *arg) |
Private Attributes | |
bool | fFinished |
AliStorageClientThread * | fManager |
TThread * | fCommunicationThread |
Definition at line 10 of file AliCommunicationThread.h.
AliCommunicationThread::AliCommunicationThread | ( | AliStorageClientThread * | onlineReconstructionManager | ) |
Definition at line 9 of file AliCommunicationThread.cxx.
AliCommunicationThread::~AliCommunicationThread | ( | ) |
Definition at line 19 of file AliCommunicationThread.cxx.
|
private |
Definition at line 34 of file AliCommunicationThread.cxx.
Referenced by Dispatch().
|
inlinestaticprivate |
Definition at line 21 of file AliCommunicationThread.h.
Referenced by AliCommunicationThread().
void AliCommunicationThread::Kill | ( | ) |
Definition at line 24 of file AliCommunicationThread.cxx.
Referenced by AliStorageClientThread::~AliStorageClientThread().
|
private |
Definition at line 109 of file AliCommunicationThread.cxx.
Referenced by CommunicationHandle().
|
private |
Definition at line 27 of file AliCommunicationThread.h.
Referenced by AliCommunicationThread(), Kill(), and ~AliCommunicationThread().
|
private |
Definition at line 18 of file AliCommunicationThread.h.
Referenced by CommunicationHandle(), and Kill().
|
private |
Definition at line 19 of file AliCommunicationThread.h.
Referenced by CommunicationHandle().