Uses of Class
org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
-
Packages that use TaskCall Package Description org.wso2.carbon.ntask.core.impl.clustered org.wso2.carbon.ntask.core.impl.clustered.rpc -
-
Uses of TaskCall in org.wso2.carbon.ntask.core.impl.clustered
Methods in org.wso2.carbon.ntask.core.impl.clustered with parameters of type TaskCall Modifier and Type Method Description <V> V
ClusteredTaskManager. sendReceive(String memberId, TaskCall<V> taskCall)
<V> V
ClusterGroupCommunicator. sendReceive(String memberId, TaskCall<V> taskCall)
-
Uses of TaskCall in org.wso2.carbon.ntask.core.impl.clustered.rpc
Subclasses of TaskCall in org.wso2.carbon.ntask.core.impl.clustered.rpc Modifier and Type Class Description class
DeleteTaskCall
Delete task RPC call implementation.class
PauseTaskCall
Pause task RPC call implementation.class
RescheduleTaskCall
Reschedule task RPC call implementation.class
ResumeTaskCall
Resume task RPC call implementation.class
RunningTasksInServerCall
Running tasks in server RPC call implementation.class
ScheduleTaskCall
Schedule task RPC call implementation.class
TaskStateCall
Task state RPC call implementation.
-