#include <TGo4TaskHandlerStatus.h>
Inheritance diagram for TGo4TaskHandlerStatus:
Public Member Functions | |
TGo4TaskHandlerStatus () | |
virtual | ~TGo4TaskHandlerStatus () |
const char * | GetComName () const |
const char * | GetStatName () const |
const char * | GetDatName () const |
const char * | GetHostName () const |
UInt_t | GetNegPort () const |
Int_t | GetComPort () const |
Int_t | GetStatPort () const |
Int_t | GetDatPort () const |
Bool_t | IsAborting () const |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass | |
Private Member Functions | |
TGo4TaskHandlerStatus (const char *) | |
void | SetFlags (Bool_t isaborting) |
void | SetPorts (UInt_t neg, Int_t com, Int_t stat, Int_t dat) |
void | SetNames (const char *com, const char *stat, const char *dat, const char *host) |
Private Attributes | |
TString | fxComName |
Remember name of command thread. | |
TString | fxStatName |
Remember name of status thread. | |
TString | fxDatName |
Remember name of data thread. | |
TString | fxHostName |
Remember name of remote task handler. | |
UInt_t | fuNegPort |
Actual port number of negotiation connection (raw transport). | |
Int_t | fiComPort |
Command connection port number. | |
Int_t | fiStatPort |
Status connection port number. | |
Int_t | fiDatPort |
Data connection port number. | |
Bool_t | fbIsAborting |
true if taskhandler is being aborted e.g. | |
Friends | |
class | TGo4TaskHandler |
|
Definition at line 22 of file TGo4TaskHandlerStatus.cxx. |
|
Definition at line 51 of file TGo4TaskHandlerStatus.cxx. |
|
Definition at line 36 of file TGo4TaskHandlerStatus.cxx. |
|
Definition at line 30 of file TGo4TaskHandlerStatus.h. References fxComName. Referenced by PrintStatus(). |
|
Definition at line 32 of file TGo4TaskHandlerStatus.h. References fxStatName. Referenced by PrintStatus(). |
|
Definition at line 34 of file TGo4TaskHandlerStatus.h. References fxDatName. Referenced by PrintStatus(). |
|
Definition at line 36 of file TGo4TaskHandlerStatus.h. References fxHostName. Referenced by PrintStatus(). |
|
Definition at line 38 of file TGo4TaskHandlerStatus.h. References fuNegPort. |
|
Definition at line 40 of file TGo4TaskHandlerStatus.h. References fiComPort. |
|
Definition at line 42 of file TGo4TaskHandlerStatus.h. References fiStatPort. |
|
Definition at line 44 of file TGo4TaskHandlerStatus.h. References fiDatPort. |
|
Definition at line 46 of file TGo4TaskHandlerStatus.h. References fbIsAborting. |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4Status. Definition at line 55 of file TGo4TaskHandlerStatus.cxx. References fbIsAborting, fiComPort, fiDatPort, fiStatPort, fuNegPort, GetComName(), GetDatName(), GetHostName(), GetStatName(), and TGo4Status::PrintBuffer(). Referenced by TGo4TaskStatus::PrintStatus(). |
|
Definition at line 97 of file TGo4TaskHandlerStatus.cxx. References fbIsAborting. Referenced by TGo4TaskHandler::CreateStatus(). |
|
Definition at line 102 of file TGo4TaskHandlerStatus.cxx. References fiComPort, fiDatPort, fiStatPort, and fuNegPort. Referenced by TGo4TaskHandler::CreateStatus(). |
|
Definition at line 110 of file TGo4TaskHandlerStatus.cxx. References fxComName, fxDatName, fxHostName, and fxStatName. Referenced by TGo4TaskHandler::CreateStatus(). |
|
Definition at line 23 of file TGo4TaskHandlerStatus.h. |
|
Remember name of command thread.
Definition at line 60 of file TGo4TaskHandlerStatus.h. Referenced by GetComName(), and SetNames(). |
|
Remember name of status thread.
Definition at line 63 of file TGo4TaskHandlerStatus.h. Referenced by GetStatName(), and SetNames(). |
|
Remember name of data thread.
Definition at line 66 of file TGo4TaskHandlerStatus.h. Referenced by GetDatName(), and SetNames(). |
|
Remember name of remote task handler.
Definition at line 69 of file TGo4TaskHandlerStatus.h. Referenced by GetHostName(), and SetNames(). |
|
Actual port number of negotiation connection (raw transport).
Definition at line 72 of file TGo4TaskHandlerStatus.h. Referenced by GetNegPort(), PrintStatus(), and SetPorts(). |
|
Command connection port number.
Definition at line 75 of file TGo4TaskHandlerStatus.h. Referenced by GetComPort(), PrintStatus(), and SetPorts(). |
|
Status connection port number.
Definition at line 78 of file TGo4TaskHandlerStatus.h. Referenced by GetStatPort(), PrintStatus(), and SetPorts(). |
|
Data connection port number.
Definition at line 81 of file TGo4TaskHandlerStatus.h. Referenced by GetDatPort(), PrintStatus(), and SetPorts(). |
|
true if taskhandler is being aborted e.g. by remove exception Definition at line 84 of file TGo4TaskHandlerStatus.h. Referenced by IsAborting(), PrintStatus(), and SetFlags(). |