TAlienJob.h

Go to the documentation of this file.
00001 // @(#)root/alien:$Id: TAlienJob.h 20882 2007-11-19 11:31:26Z rdm $
00002 // Author: Jan Fiete Grosse-Oetringhaus  06/10/2004
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_TAlienJob
00013 #define ROOT_TAlienJob
00014 
00015 //////////////////////////////////////////////////////////////////////////
00016 //                                                                      //
00017 // TAlienJob                                                            //
00018 //                                                                      //
00019 // Alien implentation of TGridJob                                       //
00020 //                                                                      //
00021 // Related classes are TAlienJobStatus.                                 //
00022 //                                                                      //
00023 //////////////////////////////////////////////////////////////////////////
00024 
00025 #ifndef ROOT_TGridJob
00026 #include "TGridJob.h"
00027 #endif
00028 
00029 
00030 class TAlienJob : public TGridJob {
00031 
00032 public:
00033    TAlienJob(TString jobID) : TGridJob(jobID) { }
00034    virtual ~TAlienJob() { }
00035 
00036    virtual TGridJobStatus *GetJobStatus() const;
00037    virtual Bool_t          Resubmit();
00038    virtual Bool_t          Cancel();
00039 
00040    ClassDef(TAlienJob,1)  // Alien implementation of TGridJob
00041 };
00042 
00043 #endif

Generated on Tue Jul 5 14:45:28 2011 for ROOT_528-00b_version by  doxygen 1.5.1