14#ifndef TGO4OBJCLIENT_H
15#define TGO4OBJCLIENT_H
35 const char *base =
nullptr,
36 const char *passwd =
nullptr,
37 const char *host =
nullptr,
46 const char *passwd =
nullptr,
47 const char *host =
nullptr,
54 const char *base =
nullptr,
55 const char *passwd =
nullptr,
56 const char *host =
nullptr,
95 void SetParms(
const char *base,
const char *passwd,
96 const char *host, Int_t port);
Contains the name (key) list of all objects in the analysis scope.
Client for the go4 object server delivering root objects.
TBuffer * ReceiveBuffer()
Receive root buffer containing requested object.
void SendCommand(const char *com)
Send (command) string to server.
TObject * ReceiveObject()
Receive root object streamed from server.
void SetBase(const char *serverbase)
void SetParms(const char *base, const char *passwd, const char *host, Int_t port)
Set server parameters if necessary.
const char * GetBase() const
TGo4Socket * fxTransport
transport socket for connection to server
TObject * RequestObject(const char *objectname, const char *base=nullptr, const char *passwd=nullptr, const char *host=nullptr, Int_t port=0)
Get object by name from client.
void SetHost(const char *serverhost)
const char * GetPasswd() const
Int_t fiPort
serversocket port number
TString fxServerPass
contains api password
TString fxServerName
contains api basename
TGo4AnalysisObjectNames * RequestNamesList(const char *base=nullptr, const char *passwd=nullptr, const char *host=nullptr, Int_t port=0)
Get nameslist object from client.
const char * GetHost() const
TString fxHostname
hostname of the server to connect to
void SetPasswd(const char *serverpasswd)