Uses of Class
org.wso2.carbon.ntask.core.TaskInfo
-
-
Uses of TaskInfo in org.wso2.carbon.ntask.core
Methods in org.wso2.carbon.ntask.core that return TaskInfo Modifier and Type Method Description TaskInfo
TaskManager. getTask(String taskName)
Get task information.TaskInfo
TaskRepository. getTask(String taskName)
Returns task information of a given task nameMethods in org.wso2.carbon.ntask.core that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo>
TaskManager. getAllTasks()
Get all task information.List<TaskInfo>
TaskRepository. getAllTasks()
Returns all the task information data in the repository.List<TaskInfo>
TaskServiceContext. getTasks()
Methods in org.wso2.carbon.ntask.core with parameters of type TaskInfo Modifier and Type Method Description void
TaskRepository. addTask(TaskInfo taskInfo)
Adds given task information to the repository.int
TaskLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
Returns the location the given task should be scheduled in.void
TaskManager. registerTask(TaskInfo taskInfo)
Registers a new task or updates if one already exists. -
Uses of TaskInfo in org.wso2.carbon.ntask.core.impl
Methods in org.wso2.carbon.ntask.core.impl that return TaskInfo Modifier and Type Method Description TaskInfo
FileBasedTaskRepository. getTask(String taskName)
TaskInfo
RegistryBasedTaskRepository. getTask(String taskName)
Methods in org.wso2.carbon.ntask.core.impl that return types with arguments of type TaskInfo Modifier and Type Method Description protected List<TaskInfo>
AbstractQuartzTaskManager. getAllFinishedTasks()
protected List<TaskInfo>
AbstractQuartzTaskManager. getAllLocalRunningTasks()
List<TaskInfo>
FileBasedTaskRepository. getAllTasks()
List<TaskInfo>
RegistryBasedTaskRepository. getAllTasks()
Methods in org.wso2.carbon.ntask.core.impl with parameters of type TaskInfo Modifier and Type Method Description void
FileBasedTaskRepository. addTask(TaskInfo taskInfo)
void
RegistryBasedTaskRepository. addTask(TaskInfo taskInfo)
int
RandomTaskLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
int
RoundRobinTaskLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
int
RuleBasedLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
protected void
AbstractQuartzTaskManager. registerLocalTask(TaskInfo taskInfo)
-
Uses of TaskInfo in org.wso2.carbon.ntask.core.impl.clustered
Methods in org.wso2.carbon.ntask.core.impl.clustered that return TaskInfo Modifier and Type Method Description TaskInfo
ClusteredTaskManager. getTask(String taskName)
Methods in org.wso2.carbon.ntask.core.impl.clustered that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo>
ClusteredTaskManager. getAllRunningTasksInOtherMembers(String memberId)
Gets all the tasks running on the other task server members of the clusterList<List<TaskInfo>>
ClusteredTaskManager. getAllRunningTasksInServers()
List<TaskInfo>
ClusteredTaskManager. getAllTasks()
List<TaskInfo>
ClusteredTaskManager. getFinalRunningTasksInServer()
List<TaskInfo>
ClusteredTaskManager. getRunningTasksInServer(String memberId)
Methods in org.wso2.carbon.ntask.core.impl.clustered with parameters of type TaskInfo Modifier and Type Method Description void
ClusteredTaskManager. registerTask(TaskInfo taskInfo)
-
Uses of TaskInfo in org.wso2.carbon.ntask.core.impl.clustered.rpc
Methods in org.wso2.carbon.ntask.core.impl.clustered.rpc that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo>
RunningTasksInServerCall. doWork(ClusteredTaskManager tm)
-
Uses of TaskInfo in org.wso2.carbon.ntask.core.impl.remote
Methods in org.wso2.carbon.ntask.core.impl.remote that return TaskInfo Modifier and Type Method Description TaskInfo
RemoteTaskManager. getTask(String taskName)
Methods in org.wso2.carbon.ntask.core.impl.remote that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo>
RemoteTaskManager. getAllTasks()
Methods in org.wso2.carbon.ntask.core.impl.remote with parameters of type TaskInfo Modifier and Type Method Description static org.wso2.carbon.remotetasks.stub.admin.common.xsd.StaticTaskInformation
RemoteTaskUtils. convert(TaskInfo taskInfo, String taskType, String remoteTaskId, int tenantId)
void
RemoteTaskManager. registerTask(TaskInfo taskInfo)
-
Uses of TaskInfo in org.wso2.carbon.ntask.core.impl.standalone
Methods in org.wso2.carbon.ntask.core.impl.standalone that return TaskInfo Modifier and Type Method Description TaskInfo
StandaloneTaskManager. getTask(String taskName)
Methods in org.wso2.carbon.ntask.core.impl.standalone that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo>
StandaloneTaskManager. getAllTasks()
Methods in org.wso2.carbon.ntask.core.impl.standalone with parameters of type TaskInfo Modifier and Type Method Description void
StandaloneTaskManager. registerTask(TaskInfo taskInfo)
-