ComputingElementFactory
The Computing Element Factory has one method that instantiates a given Computing Element from the CEUnique ID specified in the JobAgent configuration section.
- class DIRAC.Resources.Computing.ComputingElementFactory.ComputingElementFactory(ceType='')
Bases:
object
- __init__(ceType='')
Standard constructor
- getCE(ceType='', ceName='', ceParametersDict={})
This method returns the CE instance corresponding to the supplied CEUniqueID. If no corresponding CE is available, this is indicated.