예제 #1
0
  def __init__( self, ceUniqueID ):
    """ Standard constructor.
    """
    SSHComputingElement.__init__( self, ceUniqueID )

    self.ceType = CE_NAME
    self.sshHost = []
예제 #2
0
  def __init__( self, ceUniqueID ):
    """ Standard constructor.
    """
    SSHComputingElement.__init__( self, ceUniqueID )

    self.ceType = CE_NAME
    self.sshHost = []
예제 #3
0
    def __init__(self, ceUniqueID):
        """ Standard constructor.
    """
        SSHComputingElement.__init__(self, ceUniqueID)

        self.ceType = CE_NAME
        self.controlScript = 'torquece'
        self.mandatoryParameters = MANDATORY_PARAMETERS
예제 #4
0
  def __init__( self, ceUniqueID ):
    """ Standard constructor.
    """
    SSHComputingElement.__init__( self, ceUniqueID )

    self.ceType = CE_NAME
    self.controlScript = 'torquece'
    self.mandatoryParameters = MANDATORY_PARAMETERS