|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.pbs.RecordPosition
A file that has static typed record positions of the various record fields in the PBS accounting file. For example the format of the file is
DATE_TIME;RECORD_TYPE;JOB_ID;MESSAGE_AREA 0 1 2 3This class encapsulates the position information of these fields
Field Summary | |
static int |
DATE_TIME
The position of the PBS Date and Time in the log file |
static int |
FIELD_LENGTH_MAX
The MAX length of an accounting field |
static int |
FIELD_LENGTH_MIN
THe MIN length of an accounting field |
static int |
JOB_ID
The position of the PBS job id in the log file |
static int |
MESSAGE_AREA
The position of the message area |
static int |
RECORD_TYPE
The position of the PBS record type in the log file |
Constructor Summary | |
RecordPosition()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int FIELD_LENGTH_MAX
public static int FIELD_LENGTH_MIN
public static int DATE_TIME
public static int RECORD_TYPE
public static int JOB_ID
public static int MESSAGE_AREA
Constructor Detail |
public RecordPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |