Modifier and Type | Method and Description |
---|---|
TaskManager.TaskState |
TaskManager.getTaskState(String taskName)
Gets tasks state information
|
static TaskManager.TaskState |
TaskUtils.getTaskState(TaskRepository taskRepo,
String taskName) |
static TaskManager.TaskState |
TaskManager.TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManager.TaskState[] |
TaskManager.TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
TaskUtils.setTaskState(TaskRepository taskRepo,
String taskName,
TaskManager.TaskState taskState) |
Modifier and Type | Method and Description |
---|---|
protected TaskManager.TaskState |
AbstractQuartzTaskManager.getLocalTaskState(String taskName) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,TaskManager.TaskState> |
AbstractQuartzTaskManager.getAllLocalTaskStates() |
Modifier and Type | Method and Description |
---|---|
TaskManager.TaskState |
ClusteredTaskManager.getFinalTaskState(String taskName) |
TaskManager.TaskState |
ClusteredTaskManager.getTaskState(String taskName) |
TaskManager.TaskState |
ClusteredTaskManager.getTaskState(String memberId,
String taskName) |
Modifier and Type | Method and Description |
---|---|
Map<String,TaskManager.TaskState> |
ClusteredTaskManager.getAllTaskStates() |
Modifier and Type | Method and Description |
---|---|
TaskManager.TaskState |
TaskStateCall.doWork(ClusteredTaskManager tm) |
Modifier and Type | Method and Description |
---|---|
TaskManager.TaskState |
RemoteTaskManager.getTaskState(String taskName) |
TaskManager.TaskState |
RemoteTaskManager.getTaskStateRemote(String taskName) |
Modifier and Type | Method and Description |
---|---|
TaskManager.TaskState |
StandaloneTaskManager.getTaskState(String taskName) |
Copyright © 2022 WSO2. All rights reserved.