umich.cac.pbs
Class DeleteRecord

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

public class DeleteRecord
extends java.lang.Object
implements PbsRecordParser

Process the DELETE record, "D" record in PBS. This is when a user cancels a job for example

An example from PBS accounting file is below

  11/21/2002 13:56:46;D;15094.head;requestor=bwickman@head
 

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

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

Constructor Detail

DeleteRecord

public DeleteRecord()
Method Detail

processRecord

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

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