ROOT
Version master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
▼
net
►
auth
►
davix
doc
►
http
►
httpsniff
▼
net
▼
inc
►
NetErrors.h
►
RRemoteProtocol.h
►
TApplicationRemote.h
►
TApplicationServer.h
►
TFileStager.h
►
TFTP.h
►
TGrid.h
►
TGridCollection.h
►
TGridJDL.h
►
TGridJob.h
►
TGridJobStatus.h
►
TGridJobStatusList.h
►
TGridResult.h
►
TMessage.h
►
TMonitor.h
►
TNetFile.h
►
TNetFileStager.h
►
TParallelMergingFile.h
►
TPServerSocket.h
►
TPSocket.h
►
TS3HTTPRequest.h
TS3WebFile.h
►
TSecContext.h
►
TServerSocket.h
►
TSocket.h
►
TSQLColumnInfo.h
►
TSQLMonitoring.h
►
TSQLResult.h
►
TSQLRow.h
►
TSQLServer.h
►
TSQLStatement.h
►
TSQLTableInfo.h
►
TSSLSocket.h
►
TUDPSocket.h
►
TWebFile.h
►
src
►
netxng
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TGridJobStatusList.h
Go to the documentation of this file.
1
// @(#)root/net:$Id$
2
// Author: Andreas-Joachim Peters 10/12/2006
3
4
/*************************************************************************
5
* Copyright (C) 1995-2006, 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_TGridJobStatusList
13
#define ROOT_TGridJobStatusList
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// TGridJobStatusList //
18
// //
19
// Abstract base class defining a list of GRID job status //
20
// //
21
//////////////////////////////////////////////////////////////////////////
22
23
#include "
TList.h
"
24
25
#include "
TGridJob.h
"
26
27
28
class
TGridJob
;
29
30
class
TGridJobStatusList
:
public
TList
{
31
32
protected
:
33
TString
fJobID
;
// the job's ID
34
35
public
:
36
TGridJobStatusList
() :
fJobID
(
""
) { }
37
virtual
~TGridJobStatusList
() { }
38
39
ClassDefOverride
(
TGridJobStatusList
,1)
// ABC defining interface to a list of GRID jobs
40
};
41
42
R__EXTERN
TGridJobStatusList
*
gGridJobStatusList
;
43
44
#endif
R__EXTERN
#define R__EXTERN
Definition
DllImport.h:26
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:346
gGridJobStatusList
R__EXTERN TGridJobStatusList * gGridJobStatusList
Definition
TGridJobStatusList.h:42
TGridJob.h
TList.h
TGridJobStatusList
Definition
TGridJobStatusList.h:30
TGridJobStatusList::fJobID
TString fJobID
Definition
TGridJobStatusList.h:33
TGridJobStatusList::~TGridJobStatusList
virtual ~TGridJobStatusList()
Definition
TGridJobStatusList.h:37
TGridJobStatusList::TGridJobStatusList
TGridJobStatusList()
Definition
TGridJobStatusList.h:36
TGridJob
Definition
TGridJob.h:31
TList
A doubly linked list.
Definition
TList.h:38
TString
Basic string class.
Definition
TString.h:139
net
net
inc
TGridJobStatusList.h
ROOT master - Reference Guide Generated on Sun Apr 6 2025 05:37:50 (GVA Time) using Doxygen 1.10.0