umich.cac.pbs
Class URecord

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

public class URecord
extends java.lang.Object
implements PbsRecordParser

Process the U record, "U" record in PBSPro.

This option is specific to PBSPro, on linux An example from PBS accounting file is below

  04/01/2003 13:03:24;U;R1687.hypnos;requestor=msbritt@hypnos Interactive=100
 

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

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

Constructor Detail

URecord

public URecord()
Method Detail

processRecord

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

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