umich.cac.pbs
Interface PbsRecordParser

All Known Implementing Classes:
AbortRecord, BRecord, CheckpointRestartRecord, DeleteRecord, ExecutionRecord, KRecord, LRecord, QueueRecord, RerunRecord, StartRecord, URecord, YRecord

public interface PbsRecordParser

An interface for all record processors to implement

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

Method Summary
 java.lang.String processRecord(java.lang.String[] record)
          Return the XML representation of the record
 

Method Detail

processRecord

public java.lang.String processRecord(java.lang.String[] record)
Return the XML representation of the record

Parameters:
record - the record array (split by spaces) for this type of record
Returns:
the XML representation of the record