#include <TGLite.h>
Inheritance diagram for TGLite:
Public Member Functions | |
TGLite (const char *_gridurl, const char *=NULL, const char *=NULL, const char *=NULL) | |
virtual | ~TGLite () |
virtual Bool_t | IsConnected () const |
virtual void | Shell () |
virtual void | Stdout () |
virtual void | Stderr () |
virtual TGridResult * | Command (const char *, Bool_t=kFALSE, UInt_t=2) |
virtual TGridResult * | Query (const char *_path, const char *_pattern=NULL, const char *="", const char *="") |
virtual TGridResult * | LocateSites () |
virtual TGridResult * | Ls (const char *_ldn="", Option_t *="", Bool_t=kFALSE) |
virtual const char * | Pwd (Bool_t=kFALSE) |
virtual Bool_t | Cd (const char *_ldn="", Bool_t=kFALSE) |
virtual Int_t | Mkdir (const char *_ldn="", Option_t *="", Bool_t=kFALSE) |
virtual Bool_t | Rmdir (const char *_ldn="", Option_t *="", Bool_t=kFALSE) |
virtual Bool_t | Register (const char *_lfn, const char *_turl, Long_t=-1, const char *_se=0, const char *_guid=0, Bool_t=kFALSE) |
virtual Bool_t | Rm (const char *_lfn, Option_t *="", Bool_t=kFALSE) |
virtual TGridJob * | Submit (const char *_jdl) |
virtual TGridJDL * | GetJDLGenerator () |
virtual Bool_t | Kill (TGridJob *_gridjob) |
virtual Bool_t | KillById (TString _id) |
Private Attributes | |
std::string | fFileCatalog_WrkDir |
Definition at line 40 of file TGLite.h.
TGLite::TGLite | ( | const char * | _gridurl, | |
const char * | = NULL , |
|||
const char * | = NULL , |
|||
const char * | = NULL | |||
) |
Definition at line 213 of file TGLite.cxx.
References TGrid::fPort, gGrid, TObject::Info(), and Init().
TGLite::~TGLite | ( | ) | [virtual] |
Definition at line 233 of file TGLite.cxx.
Bool_t TGLite::IsConnected | ( | ) | const [virtual] |
Reimplemented from TGrid.
Definition at line 240 of file TGLite.cxx.
References TGrid::fPort, kFALSE, and kTRUE.
void TGLite::Shell | ( | ) | [virtual] |
Reimplemented from TGrid.
Definition at line 251 of file TGLite.cxx.
References TObject::MayNotUse().
void TGLite::Stdout | ( | ) | [virtual] |
Reimplemented from TGrid.
Definition at line 260 of file TGLite.cxx.
References TObject::MayNotUse().
void TGLite::Stderr | ( | ) | [virtual] |
Reimplemented from TGrid.
Definition at line 269 of file TGLite.cxx.
References TObject::MayNotUse().
TGridResult * TGLite::Command | ( | const char * | , | |
Bool_t | = kFALSE , |
|||
UInt_t | = 2 | |||
) | [virtual] |
Reimplemented from TGrid.
Definition at line 278 of file TGLite.cxx.
References TObject::MayNotUse(), and NULL.
TGridResult * TGLite::Query | ( | const char * | _path, | |
const char * | _pattern = NULL , |
|||
const char * | = "" , |
|||
const char * | = "" | |||
) | [virtual] |
Reimplemented from TGrid.
Definition at line 288 of file TGLite.cxx.
References TObject::Error(), TObject::ls(), NULL, and result().
TGridResult * TGLite::LocateSites | ( | ) | [virtual] |
Reimplemented from TGrid.
Definition at line 330 of file TGLite.cxx.
References TObject::MayNotUse(), and NULL.
TGridResult * TGLite::Ls | ( | const char * | _ldn = "" , |
|
Option_t * | = "" , |
|||
Bool_t | = kFALSE | |||
) | [virtual] |
Reimplemented from TGrid.
Definition at line 340 of file TGLite.cxx.
References TObject::Error(), TObject::ls(), NULL, and result().
Reimplemented from TGrid.
Definition at line 378 of file TGLite.cxx.
References TObject::Error(), fFileCatalog_WrkDir, NULL, and pwd().
Reimplemented from TGrid.
Definition at line 405 of file TGLite.cxx.
References TObject::Error(), kFALSE, and kTRUE.
Reimplemented from TGrid.
Definition at line 438 of file TGLite.cxx.
References TObject::Error(), kFALSE, kTRUE, and mkdir.
Reimplemented from TGrid.
Definition at line 471 of file TGLite.cxx.
References TObject::Error(), kFALSE, kTRUE, and rmdir.
Bool_t TGLite::Register | ( | const char * | _lfn, | |
const char * | _turl, | |||
Long_t | = -1 , |
|||
const char * | _se = 0 , |
|||
const char * | _guid = 0 , |
|||
Bool_t | = kFALSE | |||
) | [virtual] |
Reimplemented from TGrid.
Definition at line 503 of file TGLite.cxx.
References TObject::Error(), kFALSE, and kTRUE.
Reimplemented from TGrid.
Definition at line 539 of file TGLite.cxx.
References TObject::Error(), kFALSE, and kTRUE.
TGridJob * TGLite::Submit | ( | const char * | _jdl | ) | [virtual] |
Reimplemented from TGrid.
Definition at line 576 of file TGLite.cxx.
References TObject::Error(), TObject::Info(), and NULL.
TGridJDL * TGLite::GetJDLGenerator | ( | ) | [virtual] |
Reimplemented from TGrid.
Definition at line 608 of file TGLite.cxx.
References TObject::MayNotUse().
Reimplemented from TGrid.
Definition at line 618 of file TGLite.cxx.
References TGridJob::Cancel(), and kFALSE.
Reimplemented from TGrid.
Definition at line 634 of file TGLite.cxx.
References TGLiteJob::Cancel().
std::string TGLite::fFileCatalog_WrkDir [private] |