umich.cac.pbs
Class YRecord

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

public class YRecord
extends java.lang.Object
implements PbsRecordParser

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

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

  09:57:46;Y;R1570.hypnos;requestor=root@hypnos Interactive=100
 

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

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

Constructor Detail

YRecord

public YRecord()
Method Detail

processRecord

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

Specified by:
processRecord in interface PbsRecordParser
Parameters:
rawfields - Array from PBSPro containing the Y record
Returns:
The Y record converted to XML