Uses of Interface
org.wso2.carbon.ntask.core.TaskRepository
-
-
Uses of TaskRepository in org.wso2.carbon.ntask.core
Methods in org.wso2.carbon.ntask.core with parameters of type TaskRepository Modifier and Type Method Description static TaskManager.TaskState
TaskUtils. getTaskState(TaskRepository taskRepo, String taskName)
static boolean
TaskUtils. isTaskFinished(TaskRepository taskRepo, String taskName)
static boolean
TaskUtils. isTaskPaused(TaskRepository taskRepo, String taskName)
static void
TaskUtils. setTaskFinished(TaskRepository taskRepo, String taskName, boolean finished)
static void
TaskUtils. setTaskPaused(TaskRepository taskRepo, String taskName, boolean paused)
static void
TaskUtils. setTaskState(TaskRepository taskRepo, String taskName, TaskManager.TaskState taskState)
-
Uses of TaskRepository in org.wso2.carbon.ntask.core.impl
Classes in org.wso2.carbon.ntask.core.impl that implement TaskRepository Modifier and Type Class Description class
FileBasedTaskRepository
Files based task repository implementation.class
RegistryBasedTaskRepository
Registry based task repository implementation.Methods in org.wso2.carbon.ntask.core.impl that return TaskRepository Modifier and Type Method Description TaskRepository
AbstractQuartzTaskManager. getTaskRepository()
Constructors in org.wso2.carbon.ntask.core.impl with parameters of type TaskRepository Constructor Description AbstractQuartzTaskManager(TaskRepository taskRepository)
-
Uses of TaskRepository in org.wso2.carbon.ntask.core.impl.clustered
Constructors in org.wso2.carbon.ntask.core.impl.clustered with parameters of type TaskRepository Constructor Description ClusteredTaskManager(TaskRepository taskRepository)
-
Uses of TaskRepository in org.wso2.carbon.ntask.core.impl.remote
Methods in org.wso2.carbon.ntask.core.impl.remote that return TaskRepository Modifier and Type Method Description TaskRepository
RemoteTaskManager. getTaskRepository()
Constructors in org.wso2.carbon.ntask.core.impl.remote with parameters of type TaskRepository Constructor Description RemoteTaskManager(TaskRepository taskRepository, org.wso2.carbon.remotetasks.stub.admin.common.RemoteTaskAdmin remoteTaskAdmin)
-
Uses of TaskRepository in org.wso2.carbon.ntask.core.impl.standalone
Constructors in org.wso2.carbon.ntask.core.impl.standalone with parameters of type TaskRepository Constructor Description StandaloneTaskManager(TaskRepository taskRepository)
-