umich.cac.pbs
Class QueueRecord

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

public class QueueRecord
extends java.lang.Object
implements PbsRecordParser

Process the QUEUE record, "Q" record in PBS.

  12/17/2002 10:20:06;Q;15046.head;queue=cac
 

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

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

Constructor Detail

QueueRecord

public QueueRecord()
Method Detail

processRecord

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

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