Public Member Functions | Protected Member Functions | Protected Attributes | Friends

TGo4ClientStatus Class Reference

#include <TGo4ClientStatus.h>

Inheritance diagram for TGo4ClientStatus:
TGo4TaskStatus TGo4Status TGo4AnalysisClientStatus TGo4ExampleClientStatus

List of all members.

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

Detailed Description

Definition at line 21 of file TGo4ClientStatus.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


Friends And Related Function Documentation

friend class TGo4ClientTask [friend]

Definition at line 22 of file TGo4ClientStatus.h.


Member Data Documentation

hostname of server machine

Definition at line 46 of file TGo4ClientStatus.h.

Referenced by PrintStatus(), and SetNames().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines