Uses of Class
org.wso2.carbon.ntask.core.TaskServiceContext
-
Packages that use TaskServiceContext Package Description org.wso2.carbon.ntask.core org.wso2.carbon.ntask.core.impl -
-
Uses of TaskServiceContext in org.wso2.carbon.ntask.core
Methods in org.wso2.carbon.ntask.core with parameters of type TaskServiceContext Modifier and Type Method Description int
TaskLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
Returns the location the given task should be scheduled in. -
Uses of TaskServiceContext in org.wso2.carbon.ntask.core.impl
Methods in org.wso2.carbon.ntask.core.impl with parameters of type TaskServiceContext Modifier and Type Method Description int
RandomTaskLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
int
RoundRobinTaskLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
int
RuleBasedLocationResolver. getLocation(TaskServiceContext ctx, TaskInfo taskInfo)
-