umich.cac.pbs
Class StartRecord

java.lang.Object
  extended byumich.cac.pbs.StartRecord
All Implemented Interfaces:
PbsRecordParser

public class StartRecord
extends java.lang.Object
implements PbsRecordParser

Process the start record, "S" record in PBS. An example is below

 
  12/17/2002 10:15:57;S;15037.head;user=ux453909 group=mia259 jobname=Silica_555sro queue=npaci
  ctime=1040095430 qtime=1040095430 etime=1040095430 start=1040138157 exec_host=node037/0 Resource_List.neednodes=node037
  Resource_List.nodect=1 Resource_List.nodes=1 Resource_List.walltime=100:00:00
 
 

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

Constructor Summary
StartRecord()
           
 
Method Summary
 java.lang.String processRecord(java.lang.String[] rawfields)
          Return the XML representation of an S record, inside <start_record> tags.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartRecord

public StartRecord()
Method Detail

processRecord

public java.lang.String processRecord(java.lang.String[] rawfields)
Return the XML representation of an S record, inside <start_record> tags.

Specified by:
processRecord in interface PbsRecordParser
Parameters:
rawfields - Array from PBS containing the start record (S record)
Returns:
The startrecord converted to XML