ROOT 6.10/09 Reference Guide |
Public Member Functions | |
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. More... | |
virtual | ~TGLite () |
Destructor. More... | |
virtual Bool_t | Cd (const char *_ldn="", Bool_t=kFALSE) |
A File Catalog method. More... | |
virtual TGridResult * | Command (const char *, Bool_t=kFALSE, UInt_t=2) |
Not implemented for RGLite. More... | |
virtual TGridJDL * | GetJDLGenerator () |
Not implemented for RGLite. More... | |
virtual Bool_t | IsConnected () const |
Use this method to find out whether the RGLite plug-in is connected to gLite UI or not. More... | |
virtual Bool_t | Kill (TGridJob *_gridjob) |
A Grid Job operations method, it cancels a given gLite job. More... | |
virtual Bool_t | KillById (TString _id) |
A Grid Job operations method, it cancels a gLite job by the given id. More... | |
virtual TGridResult * | LocateSites () |
Not implemented for RGLite. More... | |
virtual TGridResult * | Ls (const char *_ldn="", Option_t *="", Bool_t=kFALSE) |
virtual Int_t | Mkdir (const char *_ldn="", Option_t *="", Bool_t=kFALSE) |
A File Catalog method. More... | |
virtual const char * | Pwd (Bool_t=kFALSE) |
A File Catalog method. More... | |
virtual TGridResult * | Query (const char *_path, const char *_pattern=NULL, const char *="", const char *="") |
A File Catalog method. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual void | Shell () |
Not implemented for RGLite. More... | |
virtual void | Stderr () |
Not implemented for RGLite. More... | |
virtual void | Stdout () |
Not implemented for RGLite. More... | |
virtual TGridJob * | Submit (const char *_jdl) |
Public Member Functions inherited from TGrid | |
TGrid () | |
virtual | ~TGrid () |
const char * | GetGrid () const |
virtual const char * | GetHomeDirectory () |
const char * | GetHost () const |
const char * | GetOptions () const |
Int_t | GetPort () const |
const char * | GetPw () const |
const char * | GetUser () const |
const char * | GridUrl () const |
virtual TGridCollection * | OpenCollection (const char *, UInt_t=1000000) |
virtual TGridCollection * | OpenCollectionQuery (TGridResult *, Bool_t=kFALSE) |
virtual TGridJobStatusList * | Ps (const char *, Bool_t=kTRUE) |
virtual Bool_t | Resubmit (TGridJob *gridjob) |
virtual Bool_t | ResubmitById (TString) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. More... | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad) . More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Option_t * | GetOption () const |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
Bool_t | IsOnHeap () const |
virtual Bool_t | IsSortable () const |
Bool_t | IsZombie () const |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual void | Print (Option_t *option="") const |
This method must be overridden when a class wants to print itself. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
Private Attributes | |
std::string | fFileCatalog_WrkDir |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
Static Public Member Functions inherited from TGrid | |
static TGrid * | Connect (const char *grid, const char *uid=0, const char *pw=0, const char *options=0) |
The grid should be of the form: <grid>://<host>[:<port>], e.g. More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
void | MakeZombie () |
Protected Attributes inherited from TGrid | |
TString | fGrid |
TString | fGridUrl |
TString | fHost |
TString | fOptions |
Int_t | fPort |
TString | fPw |
TString | fUser |
#include <TGLite.h>
TGLite::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.
INPUT: _gridurl [in] - must be a "glite" string. NOTE: The other parameters are unsupported.
Definition at line 219 of file TGLite.cxx.
|
virtual |
Destructor.
Definition at line 235 of file TGLite.cxx.
A File Catalog method.
Changing the current working directory. INPUT: _ldn [in] - a logical name of the destination directory NOTE: The other parameter is unsupported. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 414 of file TGLite.cxx.
|
virtual |
|
virtual |
|
virtual |
Use this method to find out whether the RGLite plug-in is connected to gLite UI or not.
RETURN: kTRUE if connected and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 245 of file TGLite.cxx.
A Grid Job operations method, it cancels a given gLite job.
INPUT: _gridjob [in] - a TGridJob object. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 625 of file TGLite.cxx.
A Grid Job operations method, it cancels a gLite job by the given id.
INPUT: _id [in] - a gLite job ID. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 641 of file TGLite.cxx.
|
virtual |
|
virtual |
Reimplemented from TGrid.
Definition at line 341 of file TGLite.cxx.
A File Catalog method.
Create a new directory on the name server. INPUT: _ldn [in] - a logical name of the directory to create. NOTE: The other parameters are unsupported. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 447 of file TGLite.cxx.
A File Catalog method.
Retrieving a name of the current working directory. NOTE: The parameter is unsupported. RETURN: a logical name of the new current working directory.
Reimplemented from TGrid.
Definition at line 385 of file TGLite.cxx.
|
virtual |
A File Catalog method.
Querying a File Catalog. INPUT: _path [in] - a File Catalog directory which query will be executed on. _pattern [in] - a POSIX regular expression pattern. If a NULL value provided the default pattern will be used, which is ".*" - match any. NOTE: The third and the forth parameters are unsupported. RETURN: A TGridResult object, which holds the result of the query.
Reimplemented from TGrid.
Definition at line 300 of file TGLite.cxx.
|
virtual |
A File Catalog method, it creates a new LFC file in the name server and registering a replication.
INPUT: _lfn [in] - a logical file name of the file to create. _turl [in] - Storage File Name - is either the Site URL or the Physical File Name for the replica. _se [in] - either the Storage Element fully qualified hostname or the disk server. _guid [in] - a GUID for the new file. NOTE: The other parameters are unsupported. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 516 of file TGLite.cxx.
A File Catalog method, it removes an LFC file entry from the name server.
The methods deletes all replicas from the file. INPUT: _lfn [in] - a logical name of the file to remove. NOTE: The other parameters are unsupported. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 549 of file TGLite.cxx.
A File Catalog method, it removes a directory from the name server if it is an empty one.
INPUT: _ldn [in] - a logical name of the directory to remove. NOTE: The other parameters are unsupported. RETURN: kTRUE if succeeded and kFALSE otherwise.
Reimplemented from TGrid.
Definition at line 480 of file TGLite.cxx.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from TGrid.
Definition at line 577 of file TGLite.cxx.