Exemplo n.º 1
0
    def __init__(self):
        GlueStep.__init__(self)

        self.description = "produces a document containing one or more GLUE 2 ComputingActivity"
        self.time_out = 30
        self.requires = [ResourceName]
        self.produces = [ComputingActivities]
        self._acceptParameter("hide_job_attribs",
                              "a list of ComputingActivity attributes to hide (optional)",
                              False)
        self._acceptParameter("queues",
                              "An expression describing the queues to include (optional). The syntax is a series of +<queue> and -<queue> where <queue> is either a queue name or a '*'. '+' means include '-' means exclude. the expression is processed in order and the value for a queue at the end determines if it is shown.",
                              False)

        self.resource_name = None
Exemplo n.º 2
0
    def __init__(self):
        GlueStep.__init__(self)

        self.description = "produces a document containing an update to a GLUE 2 ComputingActivity"
        self.time_out = None
        self.requires = [ResourceName]
        self.produces = [ComputingActivity]

        self._acceptParameter("position_file","the file to store the read position into the log file - relative to IPF_VAR_PATH (default none)",False)

        self._acceptParameter("hide_job_attribs",
                              "a comma-separated list of ComputingActivity attributes to hide (optional)",
                              False)
        self._acceptParameter("queues",
                              "An expression describing the queues to include (optional). The syntax is a series of +<queue> and -<queue> where <queue> is either a queue name or a '*'. '+' means include '-' means exclude. the expression is processed in order and the value for a queue at the end determines if it is shown.",
                              False)


        self.resource_name = None