Class RunningTasksInServerCall
- java.lang.Object
-
- org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall<List<TaskInfo>>
-
- org.wso2.carbon.ntask.core.impl.clustered.rpc.RunningTasksInServerCall
-
- All Implemented Interfaces:
Serializable
,Callable<List<TaskInfo>>
public class RunningTasksInServerCall extends TaskCall<List<TaskInfo>>
Running tasks in server RPC call implementation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunningTasksInServerCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TaskInfo>
doWork(ClusteredTaskManager tm)
-
Methods inherited from class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
call, getTaskType, getTenantId, setTaskType, setTenantId
-
-