ROOT
6.30.04
Reference Guide
All
Namespaces
Files
Pages
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
TGridJob.h
net
alien
inc
TAlienJob.h
Generated on Tue May 5 2020 14:03:10 for ROOT by
1.8.5