umich.cac.pbs
Class LRecord

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

public class LRecord
extends java.lang.Object
implements PbsRecordParser

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

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

  00:00:00;L;license;floating license hour:0 day:90 month:90 max:90
 
which doesn't totally conform to the normal job related accounting records. until I have more information on the format for this record, I just leave it empty and ignore as it is not needed for job accounting.

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

Constructor Summary
LRecord()
           
 
Method Summary
 java.lang.String processRecord(java.lang.String[] rawfields)
          NOT PROCESSED.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRecord

public LRecord()
Method Detail

processRecord

public java.lang.String processRecord(java.lang.String[] rawfields)
NOT PROCESSED. Returns empty string

Specified by:
processRecord in interface PbsRecordParser
Parameters:
rawfields - Array from PBS containing the L record
Returns:
empty string