#include <TGo4ClientStatus.h>
Inheritance diagram for TGo4ClientStatus:
Public Member Functions | |
TGo4ClientStatus () | |
virtual | ~TGo4ClientStatus () |
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 | |
Protected Member Functions | |
TGo4ClientStatus (const char *name) | |
void | SetNames (const char *serverhost) |
Protected Attributes | |
TString | fxServerHostName |
hostname of server machine | |
Friends | |
class | TGo4ClientTask |
|
Definition at line 23 of file TGo4ClientStatus.cxx. |
|
Definition at line 33 of file TGo4ClientStatus.cxx. |
|
Definition at line 28 of file TGo4ClientStatus.cxx. |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4TaskStatus. Reimplemented in TGo4AnalysisClientStatus, and TGo4ExampleClientStatus. Definition at line 37 of file TGo4ClientStatus.cxx. References fxServerHostName, TGo4Status::PrintBuffer(), and TGo4TaskStatus::PrintStatus(). Referenced by TGo4ExampleClientStatus::PrintStatus(), and TGo4AnalysisClientStatus::PrintStatus(). |
|
Definition at line 68 of file TGo4ClientStatus.cxx. References fxServerHostName. Referenced by TGo4ClientTask::UpdateStatus(). |
|
Definition at line 24 of file TGo4ClientStatus.h. |
|
hostname of server machine
Definition at line 48 of file TGo4ClientStatus.h. Referenced by PrintStatus(), and SetNames(). |