|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJob
| Field Summary | |
|---|---|
static int |
CancelIfNotReady
|
static boolean |
COMPLETE
|
static boolean |
FAILED
|
static int |
ForceImmediate
|
static int |
WaitUntilReady
|
| Method Summary | |
|---|---|
boolean |
belongsTo(java.lang.String jobFamily)
Answer true if the job belongs to a given family (tag) |
void |
cancel()
Asks this job to cancel its execution. |
void |
ensureReadyToRun()
Ensures that this job is ready to run. |
boolean |
execute(IProgressMonitor progress)
Execute the current job, answer whether it was successful. |
java.lang.String |
getJobFamily()
Returns this job's family |
| Field Detail |
|---|
static final int ForceImmediate
static final int CancelIfNotReady
static final int WaitUntilReady
static final boolean FAILED
static final boolean COMPLETE
| Method Detail |
|---|
boolean belongsTo(java.lang.String jobFamily)
void cancel()
void ensureReadyToRun()
boolean execute(IProgressMonitor progress)
java.lang.String getJobFamily()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||