Uses of Class
org.wso2.carbon.ntask.core.TaskManagerId
-
-
Uses of TaskManagerId in org.wso2.carbon.ntask.core
Methods in org.wso2.carbon.ntask.core with parameters of type TaskManagerId Modifier and Type Method Description TaskManager
TaskManagerFactory. getTaskManager(TaskManagerId tmId)
-
Uses of TaskManagerId in org.wso2.carbon.ntask.core.impl
Methods in org.wso2.carbon.ntask.core.impl that return types with arguments of type TaskManagerId Modifier and Type Method Description static List<TaskManagerId>
FileBasedTaskRepository. getAllTenantTaskManagersForType(String taskType)
static List<TaskManagerId>
RegistryBasedTaskRepository. getAllTenantTaskManagersForType(String taskType)
static List<TaskManagerId>
RegistryBasedTaskRepository. getAvailableTenantTasksInRepo()
-
Uses of TaskManagerId in org.wso2.carbon.ntask.core.impl.clustered
Methods in org.wso2.carbon.ntask.core.impl.clustered with parameters of type TaskManagerId Modifier and Type Method Description protected TaskManager
ClusteredTaskManagerFactory. createTaskManager(TaskManagerId tmId)
-
Uses of TaskManagerId in org.wso2.carbon.ntask.core.impl.remote
Methods in org.wso2.carbon.ntask.core.impl.remote with parameters of type TaskManagerId Modifier and Type Method Description TaskManager
RemoteTaskManagerFactory. getTaskManager(TaskManagerId tmId)
-
Uses of TaskManagerId in org.wso2.carbon.ntask.core.impl.standalone
Methods in org.wso2.carbon.ntask.core.impl.standalone with parameters of type TaskManagerId Modifier and Type Method Description protected TaskManager
StandaloneTaskManagerFactory. createTaskManager(TaskManagerId tmId)
TaskManager
StandaloneTaskManagerFactory. getTaskManager(TaskManagerId tmId)
-