41 TGLite(
const char *_gridurl,
const char* = NULL,
const char* = NULL,
const char* = NULL);
52 virtual TGridResult*
Query(
const char *_path,
const char *_pattern = NULL,
const char* =
"",
const char* =
"");
virtual TGridResult * LocateSites()
Not implemented for RGLite.
virtual TGridJob * Submit(const char *_jdl)
virtual Bool_t IsConnected() const
Use this method to find out whether the RGLite plug-in is connected to gLite UI or not...
virtual TGridJDL * GetJDLGenerator()
Not implemented for RGLite.
virtual void Stdout()
Not implemented for RGLite.
virtual Bool_t KillById(TString _id)
A Grid Job operations method, it cancels a gLite job by the given id.
virtual Int_t Mkdir(const char *_ldn="", Option_t *="", Bool_t=kFALSE)
A File Catalog method.
virtual Bool_t Rm(const char *_lfn, Option_t *="", Bool_t=kFALSE)
A File Catalog method, it removes an LFC file entry from the name server.
virtual Bool_t Kill(TGridJob *_gridjob)
A Grid Job operations method, it cancels a given gLite job.
virtual Bool_t Rmdir(const char *_ldn="", Option_t *="", Bool_t=kFALSE)
A File Catalog method, it removes a directory from the name server if it is an empty one...
virtual Bool_t Cd(const char *_ldn="", Bool_t=kFALSE)
A File Catalog method.
virtual void Stderr()
Not implemented for RGLite.
#define ClassDef(name, id)
virtual ~TGLite()
Destructor.
virtual const char * Pwd(Bool_t=kFALSE)
A File Catalog method.
virtual TGridResult * Ls(const char *_ldn="", Option_t *="", Bool_t=kFALSE)
TGLite(const char *_gridurl, const char *=NULL, const char *=NULL, const char *=NULL)
Initializing the RGLite plug-in and making a connection to gLite UI.
virtual void Shell()
Not implemented for RGLite.
std::string fFileCatalog_WrkDir
virtual Bool_t Register(const char *_lfn, const char *_turl, Long_t=-1, const char *_se=0, const char *_guid=0, Bool_t=kFALSE)
A File Catalog method, it creates a new LFC file in the name server and registering a replication...
virtual TGridResult * Query(const char *_path, const char *_pattern=NULL, const char *="", const char *="")
A File Catalog method.
virtual TGridResult * Command(const char *, Bool_t=kFALSE, UInt_t=2)
Not implemented for RGLite.