Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface WorkManager
Field Summary | |
static long | |
static long | |
static long |
Method Summary | |
void | |
void |
|
void |
|
void |
|
long | |
long |
|
public static final long IMMEDIATE
- Field Value:
- 0L
public static final long INDEFINITE
public static final long UNKNOWN
- Field Value:
- -1L
public void doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) throws WorkException
public void scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) throws WorkException
public long startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) throws WorkException