| Package | Description |
|---|---|
| au.com.cybersearch2.classytask |
| Modifier and Type | Method and Description |
|---|---|
WorkStatus |
WorkTracker.getStatus()
Returns current work status
|
WorkStatus |
TaskRunner.getStatus()
Returns task status
|
abstract WorkStatus |
Executable.getStatus()
Returns task status
|
static WorkStatus |
WorkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkStatus[] |
WorkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WorkStatus |
Executable.waitForTask()
Wait for task completion.
|
WorkStatus |
WorkTracker.waitForTask(WorkTracker workTracker)
Wait for currently executing persistence unit task to complete
|
WorkStatus |
WorkTracker.waitForTask(WorkTracker workTracker,
int timeoutSecs)
Wait up to specified number of seconds for currently executing persistence unit task to complete
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkTracker.setStatus(WorkStatus status)
Set work status
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.