TGLite Class Reference

#include <TGLite.h>

Inheritance diagram for TGLite:

TGrid TObject TObject List of all members.

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 TGridResultCommand (const char *, Bool_t=kFALSE, UInt_t=2)
virtual TGridResultQuery (const char *_path, const char *_pattern=NULL, const char *="", const char *="")
virtual TGridResultLocateSites ()
virtual TGridResultLs (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 TGridJobSubmit (const char *_jdl)
virtual TGridJDLGetJDLGenerator ()
virtual Bool_t Kill (TGridJob *_gridjob)
virtual Bool_t KillById (TString _id)

Private Attributes

std::string fFileCatalog_WrkDir

Detailed Description

Definition at line 40 of file TGLite.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

const char * TGLite::Pwd ( Bool_t  = kFALSE  )  [virtual]

Reimplemented from TGrid.

Definition at line 378 of file TGLite.cxx.

References TObject::Error(), fFileCatalog_WrkDir, NULL, and pwd().

Bool_t TGLite::Cd ( const char *  _ldn = "",
Bool_t  = kFALSE 
) [virtual]

Reimplemented from TGrid.

Definition at line 405 of file TGLite.cxx.

References TObject::Error(), kFALSE, and kTRUE.

Int_t TGLite::Mkdir ( const char *  _ldn = "",
Option_t = "",
Bool_t  = kFALSE 
) [virtual]

Reimplemented from TGrid.

Definition at line 438 of file TGLite.cxx.

References TObject::Error(), kFALSE, kTRUE, and mkdir.

Bool_t TGLite::Rmdir ( const char *  _ldn = "",
Option_t = "",
Bool_t  = kFALSE 
) [virtual]

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.

Bool_t TGLite::Rm ( const char *  _lfn,
Option_t = "",
Bool_t  = kFALSE 
) [virtual]

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

Bool_t TGLite::Kill ( TGridJob _gridjob  )  [virtual]

Reimplemented from TGrid.

Definition at line 618 of file TGLite.cxx.

References TGridJob::Cancel(), and kFALSE.

Bool_t TGLite::KillById ( TString  _id  )  [virtual]

Reimplemented from TGrid.

Definition at line 634 of file TGLite.cxx.

References TGLiteJob::Cancel().


Member Data Documentation

std::string TGLite::fFileCatalog_WrkDir [private]

Definition at line 73 of file TGLite.h.

Referenced by Pwd().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:40:10 2011 for ROOT_528-00b_version by  doxygen 1.5.1