GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4ObjConnectorRunnable Class Reference

Runnable that serves an object request for object client. More...

#include <TGo4ObjConnectorRunnable.h>

+ Inheritance diagram for TGo4ObjConnectorRunnable:

Public Member Functions

 TGo4ObjConnectorRunnable ()
 
 TGo4ObjConnectorRunnable (const char *name, TGo4HistogramServer *hserv)
 
virtual ~TGo4ObjConnectorRunnable ()
 
Int_t Run (void *) override
 The working function which runs in the thread.
 
- Public Member Functions inherited from TGo4Runnable
 TGo4Runnable (const char *name, TGo4ThreadManager *man)
 
 TGo4Runnable (const TGo4Runnable &right)
 
virtual ~TGo4Runnable ()
 
TGo4ThreadGetThread () const
 
TGo4ThreadManagerGetThreadManager () const
 
void SetThread (TGo4Thread *gthread)
 

Private Attributes

TGo4HistogramServerfxHistogramServer {nullptr}
 1 1
 

Additional Inherited Members

- Protected Member Functions inherited from TGo4Runnable
 TGo4Runnable ()
 
virtual Int_t PostRun (void *ptr)
 Function which is called once after the Run()method on threadstop.
 
virtual Int_t PreRun (void *ptr)
 Function which is called once before the Run() method on threadstart.
 
virtual void ThreadCatch (TGo4Exception &ex)
 catch for exceptions occurring in workfunc
 
virtual void UnexpectedCatch ()
 catch for all unexpected exceptions happening in workfunc
 
- Protected Attributes inherited from TGo4Runnable
TGo4ThreadfxGo4Thread {nullptr}
 Backlink to thread which runs this.
 
TGo4ThreadManagerfxManager {nullptr}
 The threadmanager which is responsible for our thread.
 

Detailed Description

Runnable that serves an object request for object client.

Definition at line 24 of file TGo4ObjConnectorRunnable.h.

Constructor & Destructor Documentation

◆ ~TGo4ObjConnectorRunnable()

TGo4ObjConnectorRunnable::~TGo4ObjConnectorRunnable ( )
virtual

Definition at line 31 of file TGo4ObjConnectorRunnable.cxx.

◆ TGo4ObjConnectorRunnable() [1/2]

TGo4ObjConnectorRunnable::TGo4ObjConnectorRunnable ( )

Definition at line 29 of file TGo4ObjConnectorRunnable.cxx.

References TGo4Runnable::TGo4Runnable().

◆ TGo4ObjConnectorRunnable() [2/2]

TGo4ObjConnectorRunnable::TGo4ObjConnectorRunnable ( const char * name,
TGo4HistogramServer * hserv )

Definition at line 23 of file TGo4ObjConnectorRunnable.cxx.

References TGo4Runnable::TGo4Runnable(), and fxHistogramServer.

Member Function Documentation

◆ Run()

Int_t TGo4ObjConnectorRunnable::Run ( void * ptr)
overridevirtual

The working function which runs in the thread.

Implements TGo4Runnable.

Definition at line 33 of file TGo4ObjConnectorRunnable.cxx.

References TGo4Runnable::fxGo4Thread, and fxHistogramServer.

Field Documentation

◆ fxHistogramServer

TGo4HistogramServer* TGo4ObjConnectorRunnable::fxHistogramServer {nullptr}
private

1 1

Definition at line 37 of file TGo4ObjConnectorRunnable.h.

Referenced by TGo4ObjConnectorRunnable(), and Run().


The documentation for this class was generated from the following files: