GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4HServProxy.h>
Public Member Functions | |
TGo4HServProxy () | |
virtual | ~TGo4HServProxy () |
void | SetHServConfig (const char *servername, Int_t portnumber, const char *basename, const char *userpass, const char *filter) |
Int_t | GetPortNumber () const |
const char * | GetBaseName () const |
const char * | GetUserPass () const |
const char * | GetFilter () const |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | HasSublevels () const |
virtual TGo4LevelIter * | MakeIter () |
virtual TGo4Access * | ProvideAccess (const char *name) |
virtual void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) |
virtual void | ReadData (TGo4Slot *slot, TDirectory *dir) |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
virtual const char * | GetServerName () const |
virtual Bool_t | RefreshNamesList () |
TH1 * | GetHistogram (const char *remotehistoname) |
Public Member Functions inherited from TGo4ServerProxy | |
TGo4ServerProxy () | |
virtual | ~TGo4ServerProxy () |
TGo4Slot * | ParentSlot () |
TGo4Slot * | SettingsSlot () |
TGo4Slot * | RatemeterSlot () |
TGo4Slot * | LoginfoSlot () |
TGo4Slot * | DebugOutputSlot () |
virtual const char * | GetUserName () const |
virtual const char * | GetContainedObjectInfo () |
virtual TString | FindCommand (const char *name) |
virtual Int_t | NumCommandArgs (const char *name) |
virtual Bool_t | SubmitCommand (const char *name, Int_t waitres=-1, const char *arg1=0, const char *arg2=0, const char *arg3=0) |
virtual Bool_t | IsGo4Analysis () const |
virtual Bool_t | IsAnalysisServer () const |
virtual Bool_t | IsConnected () |
virtual Bool_t | IsViewer () |
virtual Bool_t | IsController () |
virtual Bool_t | IsAdministrator () |
virtual Bool_t | NamesListReceived () |
virtual Bool_t | DelayedRefreshNamesList (Int_t delay_sec) |
void | SetAnalysisLaunched (Int_t on=1) |
Int_t | IsAnalysisLaunched () const |
void | SetAnalysisReady (Bool_t on=kTRUE) |
Bool_t | IsAnalysisReady () const |
void | SetAnalysisSettingsReady (Bool_t on=kTRUE) |
Bool_t | IsAnalysisSettingsReady () const |
virtual Bool_t | CanSubmitObjects () |
virtual void | RequestAnalysisSettings () |
virtual void | SubmitAnalysisSettings () |
virtual void | CloseAnalysisSettings () |
virtual Bool_t | IsAnalysisRunning () const |
virtual void | StartAnalysis () |
virtual void | StopAnalysis () |
virtual Bool_t | RequestObjectStatus (const char *objectname, TGo4Slot *tgtslot) |
virtual Bool_t | UpdateAnalysisObject (const char *objectname, TObject *obj) |
virtual void | ClearAllAnalysisObjects () |
virtual void | ClearAnalysisObject (const char *fullpath) |
virtual void | RemoteTreeDraw (const char *treename, const char *varexp, const char *cutcond, const char *hname) |
virtual void | RequestEventStatus (const char *evname, Bool_t astree, TGo4Slot *tgtslot) |
virtual void | RemotePrintEvent (const char *evname, Int_t evnumber, Int_t subid, Bool_t ishex, Bool_t islong) |
virtual void | ChageObjectProtection (const char *fullpath, const char *flags) |
virtual void | RemoveObjectFromAnalysis (const char *fullpath) |
virtual void | ExecuteLine (const char *line) |
virtual void | PrintDynListEntry (const char *fullpath) |
virtual void | LoadConfigFile (const char *fname) |
virtual void | SaveConfigFile (const char *fname) |
virtual void | WriteAutoSave (const char *fname, Int_t complevel, Bool_t overwrite) |
virtual Int_t | NumberOfWaitingProxyes () |
virtual void | ResetDebugOutputRequests () |
virtual void | DisconnectAnalysis (Int_t waittime=30, Bool_t servershutdown=kFALSE) |
ClassDef (TGo4ServerProxy, 1) | |
Public Member Functions inherited from TGo4Proxy | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
virtual Bool_t | Use () const |
virtual Int_t | GetObjectSizeInfo () |
virtual Bool_t | IsAcceptObject (TClass *cl) |
virtual Bool_t | AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner) |
virtual TObject * | GetAssignedObject () |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
ClassDef (TGo4Proxy, 1) | |
Protected Member Functions | |
ClassDef (TGo4HServProxy, 1) | |
Protected Attributes | |
TString | fServerName |
Int_t | fPortNumber |
TString | fBaseName |
TString | fUserPass |
TString | fFilter |
TGo4Slot * | fxStructure |
Protected Attributes inherited from TGo4ServerProxy | |
TGo4Slot * | fxParentSlot |
Bool_t | fbAnalysisReady |
Bool_t | fbAnalysisSettingsReady |
Int_t | fAnalysisLaunched |
TString | fNodeName |
0 - not launched, 1 - external shell, 2 - in qt shell More... | |
TString | fInfoStr |
Additional Inherited Members | |
Static Public Member Functions inherited from TGo4ServerProxy | |
static Bool_t | GetLaunchString (TString &launchcmd, TString &killcmd, Int_t serverkind, Int_t shellkind, Int_t konsole, const char *name, const char *remotehost, const char *remotedir, const char *remoteexe, Int_t guiport, Int_t exe_kind=0, const char *exeargs=0) |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Definition at line 23 of file TGo4HServProxy.h.
TGo4HServProxy::TGo4HServProxy | ( | ) |
Definition at line 110 of file TGo4HServProxy.cxx.
|
virtual |
Definition at line 121 of file TGo4HServProxy.cxx.
References fxStructure.
|
protected |
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 143 of file TGo4HServProxy.cxx.
|
inline |
Definition at line 35 of file TGo4HServProxy.h.
References fBaseName.
Referenced by TGo4Script::ProduceScript().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 180 of file TGo4HServProxy.cxx.
References fxStructure.
|
inline |
Definition at line 37 of file TGo4HServProxy.h.
References fFilter.
Referenced by TGo4Script::ProduceScript().
TH1 * TGo4HServProxy::GetHistogram | ( | const char * | remotehistoname | ) |
Definition at line 240 of file TGo4HServProxy.cxx.
References f_his_gethis(), fBaseName, fPortNumber, fServerName, and fUserPass.
Referenced by TGo4HServObjectAccess::GetObject().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 175 of file TGo4HServProxy.cxx.
References fxStructure, TGo4Access::kndFolder, and TGo4Access::kndNone.
|
inline |
Definition at line 34 of file TGo4HServProxy.h.
References fPortNumber.
Referenced by TGo4Script::ProduceScript().
|
inlinevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 56 of file TGo4HServProxy.h.
References fServerName.
Referenced by TGo4Script::ProduceScript().
|
inline |
Definition at line 36 of file TGo4HServProxy.h.
References fUserPass.
Referenced by TGo4Script::ProduceScript().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 148 of file TGo4HServProxy.cxx.
References fxStructure.
|
virtual |
Reimplemented from TGo4ServerProxy.
Definition at line 139 of file TGo4HServProxy.cxx.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 153 of file TGo4HServProxy.cxx.
References fxStructure.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 158 of file TGo4HServProxy.cxx.
References fxStructure, TGo4Slot::GetPar(), and TGo4Slot::GetSlot().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 171 of file TGo4HServProxy.cxx.
|
virtual |
Reimplemented from TGo4ServerProxy.
Definition at line 189 of file TGo4HServProxy.cxx.
References s_his_head::c_data_time_cre, s_his_head::c_dtype, s_his_head::c_name, f_his_getdir(), fBaseName, fFilter, fPortNumber, fServerName, fUserPass, fxStructure, TGo4Slot::GetSlot(), s_his_head::l_bins_2, and TGo4Slot::SetPar().
Referenced by TGo4BrowserProxy::ConnectHServer().
void TGo4HServProxy::SetHServConfig | ( | const char * | servername, |
Int_t | portnumber, | ||
const char * | basename, | ||
const char * | userpass, | ||
const char * | filter | ||
) |
Definition at line 126 of file TGo4HServProxy.cxx.
References fBaseName, fFilter, fPortNumber, fServerName, and fUserPass.
Referenced by TGo4BrowserProxy::ConnectHServer().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 185 of file TGo4HServProxy.cxx.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 167 of file TGo4HServProxy.cxx.
|
protected |
Definition at line 64 of file TGo4HServProxy.h.
Referenced by GetBaseName(), GetHistogram(), RefreshNamesList(), and SetHServConfig().
|
protected |
Definition at line 66 of file TGo4HServProxy.h.
Referenced by GetFilter(), RefreshNamesList(), and SetHServConfig().
|
protected |
Definition at line 63 of file TGo4HServProxy.h.
Referenced by GetHistogram(), GetPortNumber(), RefreshNamesList(), and SetHServConfig().
|
protected |
Definition at line 62 of file TGo4HServProxy.h.
Referenced by GetHistogram(), GetServerName(), RefreshNamesList(), and SetHServConfig().
|
protected |
Definition at line 65 of file TGo4HServProxy.h.
Referenced by GetHistogram(), GetUserPass(), RefreshNamesList(), and SetHServConfig().
|
protected |
Definition at line 68 of file TGo4HServProxy.h.
Referenced by GetContainedClassName(), GetObjectKind(), HasSublevels(), MakeIter(), ProvideAccess(), RefreshNamesList(), and ~TGo4HServProxy().