|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.pbs.DeleteRecord
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
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 |
public DeleteRecord()
Method Detail |
public java.lang.String processRecord(java.lang.String[] rawfields)
processRecord
in interface PbsRecordParser
rawfields
- Array from PBS containing the delete record (D record)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |