Package iceprod :: Package server :: Package plugins :: Module glite :: Class Edg
[hide private]
[frames] | no frames]

Class Edg

source code

grid.iGrid --+    
             |    
         gLite --+
                 |
                Edg

This class represents a job or cluster on an egee grid.

Instance Methods [hide private]
 
__init__(self) source code
 
PostCopy(self, jobdict, target_url, maxtries=4)
Interface: Remove active job/cluster from queuing system.
source code
 
Clean(self, jobdict)
remove job from queue
source code

Inherited from gLite: CheckJobStatus, CheckQ, CleanQ, QRemove, Submit, WriteConfig, get_id

Inherited from gLite (private): _choose_resource

Inherited from grid.iGrid: AddArgOption, AddEnv, AddParam, FileName, GetArgOpt, GetArgOptions, GetClusterId, GetEnv, GetHost, GetInitialdir, GetJob, GetJobIds, GetJobList, GetMetadataPath, GetMonitorDB, GetParam, GetParamKeys, GetPort, GetQueue, GetRootDir, GetSimDBKey, GetSteering, GetSubmitHost, GetURL, PopJob, PushJob, SelfPickle, SetCopyClass, SetHost, SetInitialdir, SetMetadataPath, SetMonitorDB, SetPort, SetQueue, SetRootDir, SetSimDBKey, SetStatus, SetSteering, SetSubmitHost, SetURL, Suffix, UpdateMetadata, format_arg, urlcopy, wait

Class Variables [hide private]

Inherited from grid.iGrid: CopyStatusEnum

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: grid.iGrid.__init__

PostCopy(self, jobdict, target_url, maxtries=4)

source code 

Interface: Remove active job/cluster from queuing system.

Overrides: grid.iGrid.PostCopy

Clean(self, jobdict)

source code 

remove job from queue

Overrides: grid.iGrid.Clean