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