Package | Description |
---|---|
com.streamscape.sef.scheduler |
Modifier and Type | Field and Description |
---|---|
static TaskListState |
TaskListState.COMPLETED
(Transient) Task list execution has been successfully completed.
|
static TaskListState |
TaskListState.DISABLED
Task list is disabled and cannot be executed.
|
static TaskListState |
TaskListState.ENABLED
Task list is enabled and can be executed.
|
static TaskListState |
TaskListState.EXPIRED
(Transient) Task list execution has expired.
|
static TaskListState |
TaskListState.FAILED
(Transient) Task list execution has failed.
|
static TaskListState |
TaskListState.INTERRUPTED
(Transient) Task list execution has been interrupted.
|
static TaskListState |
TaskListState.RUNNING
Task list is running.
|
static TaskListState |
TaskListState.TASK_RUNNING
One separate task of the task list is running (was started directly by a user).
|
static TaskListState |
TaskListState.TRANSACTED_FAIL
(Transient) Task list execution has failed in the TRANSACTED mode.
|
Modifier and Type | Method and Description |
---|---|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
java.util.Date untilTime)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
ExecutionListener listener,
java.util.Date untilTime)
Directly executes the specified task of the specified task list, using the specified listener to monitor the execution state.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset,
java.util.Date untilTime)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset,
ExecutionListener listener,
java.util.Date untilTime)
Directly executes the specified task list, using the specified listener to monitor the execution state.
|
TaskListState |
TaskListExecution.getState() |
TaskListState |
TaskList.getState() |
static TaskListState |
TaskListState.valueOf(java.lang.String name) |
static TaskListState[] |
TaskListState.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.