public interface WorkUnit
Modifier and Type | Field and Description |
---|---|
static int |
CLONE_LENGTH
Length in bytes of the Clone Number in
queue.dat . |
static int |
CLONE_POS
Position in bytes of the Clone Number from the start of
queue.dat . |
static int |
GEN_LENGTH
Length in bytes of the Generation Number in
queue.dat . |
static int |
GEN_POS
Position in bytes of the Generation Number from the start of
queue.dat . |
static int |
ISSUE_LENGTH
Length in bytes of the Issued date in
queue.dat . |
static int |
ISSUE_POS
Position in bytes of the Issued date from the start of
queue.dat . |
static int |
PROJ_LENGTH
Length in bytes of the Project Number in
queue.dat . |
static int |
PROJ_POS
Position in bytes of the Project Number from the start of
queue.dat . |
static int |
RUN_LENGTH
Length in bytes of the Run Number in
queue.dat . |
static int |
RUN_POS
Position in bytes of the Run Number from the start of
queue.dat . |
Modifier and Type | Method and Description |
---|---|
int |
getClone()
Get the value of Clone.
|
int |
getGen()
Get the value of Generation.
|
Date |
getIssue()
Get the value of Issued.
|
int |
getProj()
Get the value of the Project Number.
|
int |
getRun()
Get the value of Run.
|
void |
update()
Update all values.
|
static final int PROJ_POS
queue.dat
.getProj()
,
PROJ_LENGTH
,
Constant Field Valuesstatic final int RUN_POS
queue.dat
.getRun()
,
RUN_LENGTH
,
Constant Field Valuesstatic final int CLONE_POS
queue.dat
.getClone()
,
CLONE_LENGTH
,
Constant Field Valuesstatic final int GEN_POS
queue.dat
.getGen()
,
GEN_LENGTH
,
Constant Field Valuesstatic final int ISSUE_POS
queue.dat
.getIssue()
,
ISSUE_LENGTH
,
Constant Field Valuesstatic final int PROJ_LENGTH
queue.dat
.getProj()
,
PROJ_POS
,
Constant Field Valuesstatic final int RUN_LENGTH
queue.dat
.getRun()
,
RUN_POS
,
Constant Field Valuesstatic final int CLONE_LENGTH
queue.dat
.getClone()
,
CLONE_POS
,
Constant Field Valuesstatic final int GEN_LENGTH
queue.dat
.getGen()
,
GEN_POS
,
Constant Field Valuesstatic final int ISSUE_LENGTH
queue.dat
.getIssue()
,
ISSUE_POS
,
Constant Field Valuesint getProj()
int getRun()
int getClone()
int getGen()
Date getIssue()
void update()
Copyright © 2011–2017 Mike Thomas. All rights reserved.