GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
TGo4TaskHandlerRunnable Class Referenceabstract

#include <TGo4TaskHandlerRunnable.h>

+ Inheritance diagram for TGo4TaskHandlerRunnable:

Public Member Functions

 TGo4TaskHandlerRunnable (const char *name, TGo4ThreadManager *man, TGo4TaskHandler *hand, Bool_t receivermode=kTRUE)
 
virtual ~TGo4TaskHandlerRunnable ()
 
Int_t Run (void *ptr) override=0
 
TGo4TaskHandlerGetTaskHandler ()
 
- Public Member Functions inherited from TGo4Runnable
 TGo4Runnable (const TGo4Runnable &right)
 
 TGo4Runnable (const char *name, TGo4ThreadManager *man)
 
virtual ~TGo4Runnable ()
 
void SetThread (TGo4Thread *gthread)
 
TGo4ThreadGetThread () const
 
TGo4ThreadManagerGetThreadManager () const
 

Protected Member Functions

Bool_t CheckStopBuffer (TBuffer *buf, Int_t *result=nullptr)
 
Bool_t CheckTransportOpen ()
 
- 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

TGo4SocketfxTransport {nullptr}
 
TGo4TaskHandlerfxTaskHandler {nullptr}
 
Bool_t fbReceiverMode {kFALSE}
 
TGo4BufferQueuefxBufferQueue {nullptr}
 
- Protected Attributes inherited from TGo4Runnable
TGo4ThreadManagerfxManager {nullptr}
 
TGo4ThreadfxGo4Thread {nullptr}
 

Private Member Functions

 TGo4TaskHandlerRunnable ()
 

Detailed Description

This is the abstract interface for all runnables associated with the taskhandler class interface

Definition at line 31 of file TGo4TaskHandlerRunnable.h.

Constructor & Destructor Documentation

◆ TGo4TaskHandlerRunnable() [1/2]

TGo4TaskHandlerRunnable::TGo4TaskHandlerRunnable ( const char *  name,
TGo4ThreadManager man,
TGo4TaskHandler hand,
Bool_t  receivermode = kTRUE 
)

Definition at line 25 of file TGo4TaskHandlerRunnable.cxx.

References fbReceiverMode, and fxTaskHandler.

◆ ~TGo4TaskHandlerRunnable()

TGo4TaskHandlerRunnable::~TGo4TaskHandlerRunnable ( )
virtual

Definition at line 32 of file TGo4TaskHandlerRunnable.cxx.

◆ TGo4TaskHandlerRunnable() [2/2]

TGo4TaskHandlerRunnable::TGo4TaskHandlerRunnable ( )
private

Member Function Documentation

◆ CheckStopBuffer()

Bool_t TGo4TaskHandlerRunnable::CheckStopBuffer ( TBuffer *  buf,
Int_t *  result = nullptr 
)
protected

Test if buffer contains a message to stop this runnable. This mechanism is used to properly put taskhandler threads into parking position when connection is discarded. Value of buffer is set to external variable result optionally.

Definition at line 41 of file TGo4TaskHandlerRunnable.cxx.

References TGo4Log::Debug(), TGo4BufferQueue::DecodeValueBuffer(), TGo4Runnable::GetThread(), kComAbortTask, kComCloseInput, and TGo4Thread::Stop().

Referenced by TGo4StatusRunnable::Run(), TGo4DataRunnable::Run(), and TGo4CommandRunnable::Run().

◆ CheckTransportOpen()

Bool_t TGo4TaskHandlerRunnable::CheckTransportOpen ( )
protected

Test if socket transport exists and is open. If not open, sleep a while to avoid deadlooping of Run()

Definition at line 63 of file TGo4TaskHandlerRunnable.cxx.

References fxTransport, TGo4TaskHandler::Get_fguPORTWAITTIME(), TGo4Socket::IsOpen(), and TGo4Thread::Sleep().

Referenced by TGo4StatusRunnable::Run(), TGo4DataRunnable::Run(), and TGo4CommandRunnable::Run().

◆ GetTaskHandler()

TGo4TaskHandler * TGo4TaskHandlerRunnable::GetTaskHandler ( )

◆ Run()

Int_t TGo4TaskHandlerRunnable::Run ( void *  ptr)
overridepure virtual

The working function which runs in the thread

Implements TGo4Runnable.

Implemented in TGo4CommandRunnable, TGo4DataRunnable, and TGo4StatusRunnable.

Member Data Documentation

◆ fbReceiverMode

Bool_t TGo4TaskHandlerRunnable::fbReceiverMode {kFALSE}
protected

flag indicating operation mode of runnable, depending on client or server mode of task handler

Definition at line 66 of file TGo4TaskHandlerRunnable.h.

Referenced by TGo4StatusRunnable::Run(), TGo4DataRunnable::Run(), TGo4CommandRunnable::Run(), and TGo4TaskHandlerRunnable().

◆ fxBufferQueue

TGo4BufferQueue* TGo4TaskHandlerRunnable::fxBufferQueue {nullptr}
protected

◆ fxTaskHandler

TGo4TaskHandler* TGo4TaskHandlerRunnable::fxTaskHandler {nullptr}
protected

◆ fxTransport

TGo4Socket* TGo4TaskHandlerRunnable::fxTransport {nullptr}
protected

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