12#ifndef ROOT_TAlienJobStatus 
   13#define ROOT_TAlienJobStatus 
   48   const char *
GetKey(
const char *key);
 
#define ClassDef(name, id)
 
const char * GetJdlKey(const char *key)
Return the JDL key.
 
void PrintJob(Bool_t full=kTRUE) const
Prints this job.
 
const char * GetKey(const char *key)
Return a key.
 
Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
 
virtual void Print(Option_t *) const
Prints the job information.
 
virtual EGridJobStatus GetStatus() const
Gets the status of the job reduced to the subset defined in TGridJobStatus.
 
void Browse(TBrowser *b)
Browser interface to ob status.
 
void ClearSetStatus(const char *status)
 
virtual ~TAlienJobStatus()
Cleanup.
 
Using a TBrowser one can browse all ROOT objects.
 
TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval ...