GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ObjConnectorRunnable.h>
Public Member Functions | |
virtual | ~TGo4ObjConnectorRunnable () |
TGo4ObjConnectorRunnable () | |
TGo4ObjConnectorRunnable (const char *name, TGo4HistogramServer *hserv) | |
virtual Int_t | Run (void *) |
Public Member Functions inherited from TGo4Runnable | |
TGo4Runnable (const TGo4Runnable &right) | |
TGo4Runnable (const char *name, TGo4ThreadManager *man) | |
virtual | ~TGo4Runnable () |
void | SetThread (TGo4Thread *gthread) |
TGo4Thread * | GetThread () const |
TGo4ThreadManager * | GetThreadManager () const |
Private Attributes | |
TGo4HistogramServer * | fxHistogramServer |
Additional Inherited Members | |
Protected Member Functions inherited from TGo4Runnable | |
TGo4Runnable () | |
virtual Int_t | PreRun (void *ptr) |
virtual Int_t | PostRun (void *ptr) |
virtual void | ThreadCatch (TGo4Exception &ex) |
virtual void | UnexpectedCatch () |
Protected Attributes inherited from TGo4Runnable | |
TGo4ThreadManager * | fxManager |
TGo4Thread * | fxGo4Thread |
Runnable that serves an object request for object client thread
Definition at line 25 of file TGo4ObjConnectorRunnable.h.
|
virtual |
Definition at line 33 of file TGo4ObjConnectorRunnable.cxx.
TGo4ObjConnectorRunnable::TGo4ObjConnectorRunnable | ( | ) |
Definition at line 29 of file TGo4ObjConnectorRunnable.cxx.
TGo4ObjConnectorRunnable::TGo4ObjConnectorRunnable | ( | const char * | name, |
TGo4HistogramServer * | hserv | ||
) |
Definition at line 23 of file TGo4ObjConnectorRunnable.cxx.
References fxHistogramServer.
|
virtual |
The working function which runs in the thread
Implements TGo4Runnable.
Definition at line 37 of file TGo4ObjConnectorRunnable.cxx.
References TGo4Runnable::fxGo4Thread, fxHistogramServer, TGo4HistogramServer::ServeObjectClient(), and TGo4Thread::Stop().
|
private |
1 1
Definition at line 40 of file TGo4ObjConnectorRunnable.h.
Referenced by Run(), and TGo4ObjConnectorRunnable().