umich.cac.data
Class ExecHostField

java.lang.Object
  extended byumich.cac.data.Field
      extended byumich.cac.data.ExecHostField

public class ExecHostField
extends Field

This class encapsulates the Resource_List.exec_host field in PBS. An entry in the data file might look like

  exec_host=node127m/0+node126m/2
 

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/doc/javadoc/umich/cac/data/ExecHostField.html,v 1.6 2003/10/21 20:33:47 rodmach Exp $
Author:
rmach@umich.edu

Field Summary
 
Fields inherited from class umich.cac.data.Field
childrenFields, fieldName, fieldType, nl, rawValue
 
Constructor Summary
ExecHostField(FieldName fieldName, java.lang.String rawValue)
          Constructor for NeedsNodes field
 
Methods inherited from class umich.cac.data.Field
addAttribute, addChild, getAttributes, getChildren, getFieldName, getFieldType, getRawValue, setRawValue, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecHostField

public ExecHostField(FieldName fieldName,
                     java.lang.String rawValue)
Constructor for NeedsNodes field

Parameters:
fieldName - name of this field
rawValue - the value of this field from PBS accounting data