Uses of Interface
org.wso2.carbon.ntask.core.service.TaskService
-
-
Uses of TaskService in org.wso2.carbon.ntask.core
Methods in org.wso2.carbon.ntask.core that return TaskService Modifier and Type Method Description TaskService
TaskStartupHandler. getTaskService()
Constructors in org.wso2.carbon.ntask.core with parameters of type TaskService Constructor Description TaskStartupHandler(TaskService taskService)
-
Uses of TaskService in org.wso2.carbon.ntask.core.impl
Methods in org.wso2.carbon.ntask.core.impl that return TaskService Modifier and Type Method Description TaskService
TaskAxis2ConfigurationContextObserver. getTaskService()
Constructors in org.wso2.carbon.ntask.core.impl with parameters of type TaskService Constructor Description TaskAxis2ConfigurationContextObserver(TaskService taskService)
-
Uses of TaskService in org.wso2.carbon.ntask.core.impl.clustered
Methods in org.wso2.carbon.ntask.core.impl.clustered that return TaskService Modifier and Type Method Description TaskService
ClusterGroupCommunicator. getTaskService()
-
Uses of TaskService in org.wso2.carbon.ntask.core.internal
Methods in org.wso2.carbon.ntask.core.internal that return TaskService Modifier and Type Method Description static TaskService
TasksDSComponent. getTaskService()
-
Uses of TaskService in org.wso2.carbon.ntask.core.service.impl
Classes in org.wso2.carbon.ntask.core.service.impl that implement TaskService Modifier and Type Class Description class
TaskServiceImpl
This class represents the TaskService implementation.
-