umich.cac.pbs
Class AbortRecord

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

public class AbortRecord
extends java.lang.Object
implements PbsRecordParser

Process the ABORT record, "A" record in PBS.

An example from PBS accounting file is below

  05/13/2002 16:35:12;A;5417.head;
 

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

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

Constructor Detail

AbortRecord

public AbortRecord()
Method Detail

processRecord

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

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