ROOT
v6-20
Reference Guide
TAlienJob.h
Go to the documentation of this file.
1
// @(#)root/alien:$Id$
2
// Author: Jan Fiete Grosse-Oetringhaus 06/10/2004
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_TAlienJob
13
#define ROOT_TAlienJob
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// TAlienJob //
18
// //
19
// Alien implentation of TGridJob //
20
// //
21
// Related classes are TAlienJobStatus. //
22
// //
23
//////////////////////////////////////////////////////////////////////////
24
25
#include "
TGridJob.h
"
26
27
28
class
TAlienJob
:
public
TGridJob
{
29
30
public
:
31
TAlienJob
(
TString
jobID) :
TGridJob
(jobID) { }
32
virtual
~TAlienJob
() { }
33
34
virtual
TGridJobStatus
*
GetJobStatus
()
const
;
35
virtual
Bool_t
Resubmit
();
36
virtual
Bool_t
Cancel
();
37
38
ClassDef
(
TAlienJob
,1)
// Alien implementation of TGridJob
39
};
40
41
#endif
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
ClassDef
#define ClassDef(name, id)
Definition:
Rtypes.h:326
TGridJob.h
TAlienJob
Definition:
TAlienJob.h:28
TAlienJob::GetJobStatus
virtual TGridJobStatus * GetJobStatus() const
Queries the job for its status and returns a TGridJobStatus object.
Definition:
TAlienJob.cxx:35
TAlienJob::~TAlienJob
virtual ~TAlienJob()
Definition:
TAlienJob.h:32
TAlienJob::TAlienJob
TAlienJob(TString jobID)
Definition:
TAlienJob.h:31
TAlienJob::Cancel
virtual Bool_t Cancel()
Cancels a job e.g.
Definition:
TAlienJob.cxx:68
TAlienJob::Resubmit
virtual Bool_t Resubmit()
Resubmits a job.
Definition:
TAlienJob.cxx:81
TGridJobStatus
Definition:
TGridJobStatus.h:26
TGridJob
Definition:
TGridJob.h:31
TString
Basic string class.
Definition:
TString.h:131
net
alien
inc
TAlienJob.h
ROOT v6-20 - Reference Guide Generated on Fri Apr 1 2022 00:22:28 (GVA Time) using Doxygen 1.9.4