umich.cac.pbs
Class CheckpointRestartRecord

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

public class CheckpointRestartRecord
extends java.lang.Object
implements PbsRecordParser

Process the Checkpoint Restart record, "T" record in PBS.

An example from PBS accounting file is below

  10/30/2002 15:59:46;T;13195.head;
 

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

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

Constructor Detail

CheckpointRestartRecord

public CheckpointRestartRecord()
Method Detail

processRecord

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

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