|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobContext
Holds contextual information about a job. Some attributes are descriptive in nature while others defines boundaries to be used by the JEF framework. Concrete implementations should be considered immutable once instantiated.
Field Summary | |
---|---|
static int |
PROGRESS_100
|
static int |
PROGRESS_ZERO
|
Method Summary | |
---|---|
String |
getDescription()
Gets the job description. |
long |
getProgressMaximum()
Gets the maximum execution progress value. |
long |
getProgressMinimum()
Gets the minimum execution progress value. |
Field Detail |
---|
static final int PROGRESS_ZERO
static final int PROGRESS_100
Method Detail |
---|
String getDescription()
long getProgressMinimum()
long getProgressMaximum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |