umich.cac.pbs
Class RerunRecord

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

public class RerunRecord
extends java.lang.Object
implements PbsRecordParser

Process the RERUN record, "R" record in PBS.

An example from PBS accounting file is below

  01/01/2003 17:55:15;R;15312.head;
 

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

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

Constructor Detail

RerunRecord

public RerunRecord()
Method Detail

processRecord

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

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