#include <TGo4ClientStatus.h>
Public Member Functions | |
TGo4ClientStatus () | |
virtual | ~TGo4ClientStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
Protected Member Functions | |
TGo4ClientStatus (const char *name) | |
void | SetNames (const char *serverhost) |
Protected Attributes | |
TString | fxServerHostName |
Friends | |
class | TGo4ClientTask |
Definition at line 21 of file TGo4ClientStatus.h.
TGo4ClientStatus::TGo4ClientStatus | ( | ) |
Definition at line 20 of file TGo4ClientStatus.cxx.
TGo4ClientStatus::~TGo4ClientStatus | ( | ) | [virtual] |
Definition at line 30 of file TGo4ClientStatus.cxx.
TGo4ClientStatus::TGo4ClientStatus | ( | const char * | name | ) | [protected] |
Definition at line 25 of file TGo4ClientStatus.cxx.
Int_t TGo4ClientStatus::PrintStatus | ( | Text_t * | buffer = 0 , |
|
Int_t | buflen = 0 | |||
) | [virtual] |
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 34 of file TGo4ClientStatus.cxx.
References fxServerHostName, and TGo4Status::PrintBuffer().
void TGo4ClientStatus::SetNames | ( | const char * | serverhost | ) | [protected] |
Definition at line 65 of file TGo4ClientStatus.cxx.
References fxServerHostName.
Referenced by TGo4ClientTask::UpdateStatus().
friend class TGo4ClientTask [friend] |
Definition at line 22 of file TGo4ClientStatus.h.
TString TGo4ClientStatus::fxServerHostName [protected] |
hostname of server machine
Definition at line 46 of file TGo4ClientStatus.h.
Referenced by PrintStatus(), and SetNames().