Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

AbstractQuartzTaskManager - Class in org.wso2.carbon.ntask.core.impl
This class represents an abstract class implementation of TaskManager based on Quartz Scheduler.
AbstractQuartzTaskManager(TaskRepository) - Constructor for class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
AbstractQuartzTaskManager.TaskTriggerListener - Class in org.wso2.carbon.ntask.core.impl
Task trigger listener to check when a task is finished.
AbstractTask - Class in org.wso2.carbon.ntask.core
This represents an abstract class implementation of a Task.
AbstractTask() - Constructor for class org.wso2.carbon.ntask.core.AbstractTask
 
activate(ComponentContext) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
addMyselfToGroup() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
addRunningTask(String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
addTask(TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
addTask(TaskInfo) - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Adds given task information to the repository.

B

blockForAvailableThreads() - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 

C

call() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
checkServers() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
ClusteredTaskManager - Class in org.wso2.carbon.ntask.core.impl.clustered
This class represents a clustered task manager, which is used when tasks are distributed across a cluster.
ClusteredTaskManager(TaskRepository) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
ClusteredTaskManagerFactory - Class in org.wso2.carbon.ntask.core.impl.clustered
This represents the clustered task manager factory class.
ClusteredTaskManagerFactory() - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManagerFactory
 
ClusterGroupCommunicator - Class in org.wso2.carbon.ntask.core.impl.clustered
This class represents the cluster group communicator used by clustered task managers.
completedServerStartup() - Method in class org.wso2.carbon.ntask.core.TaskStartupHandler
 
completingServerStartup() - Method in class org.wso2.carbon.ntask.core.TaskStartupHandler
 
convert(TaskInfo, String, String, int) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
convertToDocument(File) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
createRemoteTaskMapping(int, String, String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
createTaskManager(TaskManagerId) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManagerFactory
 
createTaskManager(TaskManagerId) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManagerFactory
 

D

deactivate(ComponentContext) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
DEFAULT_LOCATION_RESOLVER_CLASS - Static variable in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
DefaultLocationResolver() - Constructor for class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver
 
DefaultLocationResolver(String) - Constructor for class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver
 
deleteLocalTask(String, boolean) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
deleteLocalTasks() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
deleteLocalTasks() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
deleteTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
deleteTask(String, String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
deleteTask(String) - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
deleteTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
deleteTask(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
deleteTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Stops and deletes a task with the given name.
deleteTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Deletes existing task information from the repository.
DeleteTaskCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Delete task RPC call implementation.
DeleteTaskCall(String) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.DeleteTaskCall
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskCallbackServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskCallbackServlet
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.DeleteTaskCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.PauseTaskCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.RescheduleTaskCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.ResumeTaskCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.RunningTasksInServerCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.ScheduleTaskCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
doWork(ClusteredTaskManager) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskStateCall
 

E

equals(Object) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
equals(Object) - Method in class org.wso2.carbon.ntask.core.TaskManagerId
 
execute(ConfigurationContext) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
execute(ConfigurationContext) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusResult
 
execute(JobExecutionContext) - Method in class org.wso2.carbon.ntask.core.impl.TaskQuartzJobAdapter
 
execute() - Method in interface org.wso2.carbon.ntask.core.Task
This method will be called when the task is started, the task logic should go here.
executeTask(Runnable) - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 

F

finalDeleteTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
finalPauseTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
finalRescheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
finalResumeTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
finalScheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 

G

generateRemoteTaskID() - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
getAllFinishedTasks() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getAllLocalRunningTasks() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getAllLocalTaskStates() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getAllRunningTasksInServers() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getAllTasks() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getAllTasks() - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getAllTasks() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getAllTasks() - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
getAllTasks() - Method in interface org.wso2.carbon.ntask.core.TaskManager
Get all task information.
getAllTasks() - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Returns all the task information data in the repository.
getAllTaskStates() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getAllTenantTaskManagersForType(String) - Static method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getAllTenantTaskManagersForType(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManagerFactory
 
getAllTenantTaskManagersForType(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManagerFactory
 
getAllTenantTaskManagersForType(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
getAllTenantTaskManagersForType(String) - Method in interface org.wso2.carbon.ntask.core.service.TaskService
Returns all the tenant task managers for a specific task type
getAllTenantTaskManagersForType(String) - Method in interface org.wso2.carbon.ntask.core.TaskManagerFactory
 
getAvailableTenantTasksInRepo() - Static method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getClusterComm() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getConfigurationContextService() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getCronExpression() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
getDefaultLocationResolver() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getEffectiveTaskServerMode() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
getEndTime() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
getFinalRunningTasksInServer() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getFinalTaskState(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getGovRegistryForTenant(int) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
getHazelcast() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getHazelcastInstance() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getInstance(String) - Static method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getIntervalMillis() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
getLocalTaskState(String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getLocation(TaskServiceContext, TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.RandomTaskLocationResolver
 
getLocation(TaskServiceContext, TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.RoundRobinTaskLocationResolver
 
getLocation(TaskServiceContext, TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.RuleBasedLocationResolver
 
getLocation(TaskServiceContext, TaskInfo) - Method in interface org.wso2.carbon.ntask.core.TaskLocationResolver
Returns the location the given task should be scheduled in.
getLocationResolverClass() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver
 
getLocationResolverClass() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getLocationResolverClass() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
getLocationResolverProperties() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getLocationResolverProperties() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
getMemberId() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getMemberId() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getMemberIdFromTaskName(String, boolean) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getMemberIds() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getMemberIds() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getMemberMap() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getMisfirePolicy() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
getName() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager.TaskTriggerListener
 
getName() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver.Property
 
getName() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
getPoolSize() - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 
getProperties() - Method in class org.wso2.carbon.ntask.core.AbstractTask
 
getProperties() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver
 
getProperties() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
getRealmService() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getRegisteredTaskTypes() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
getRegisteredTaskTypes() - Method in interface org.wso2.carbon.ntask.core.service.TaskService
Retrieves all the registered task types.
getRegistry() - Static method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getRegistryService() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getRemoteServerAddress() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getRemoteServerAddress() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getRemoteServerPassword() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getRemoteServerPassword() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getRemoteServerUsername() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getRemoteServerUsername() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getRemoteTaskAdmin() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getRepeatCount() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
getResponse() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
getRunningTasksInServer(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getScheduler() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getScheduler() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getSecretCallbackHandlerService() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getServerAddress(int) - Method in class org.wso2.carbon.ntask.core.TaskServiceContext
 
getServerConfiguration() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
getServerConfiguration() - Method in interface org.wso2.carbon.ntask.core.service.TaskService
Returns the current task server configuration.
getServerCount() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getServerCount() - Method in class org.wso2.carbon.ntask.core.TaskServiceContext
 
getStartTime() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
getStartupCounterName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getStartupSchedulingTaskManagersForType(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManagerFactory
 
getStartupSchedulingTaskManagersForType(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManagerFactory
 
getStartupSchedulingTaskManagersForType(String) - Method in interface org.wso2.carbon.ntask.core.TaskManagerFactory
 
getTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getTask(String) - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getTask(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
getTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Get task information.
getTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Returns task information of a given task name
getTaskClass() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
getTaskClientDispatchAddress() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getTaskClientDispatchAddress() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getTaskManager(TaskManagerId) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManagerFactory
 
getTaskManager(TaskManagerId) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManagerFactory
 
getTaskManager(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
getTaskManager(String) - Method in interface org.wso2.carbon.ntask.core.service.TaskService
Returns a task manager for the current tenant's task type.
getTaskManager(TaskManagerId) - Method in interface org.wso2.carbon.ntask.core.TaskManagerFactory
 
getTaskManagerFactory() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
getTaskMetadataProp(String, String) - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getTaskMetadataProp(String, String) - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Returns the task metadata property value, if the task does not exist, this will return null.
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.DeleteTaskCall
 
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.PauseTaskCall
 
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.RescheduleTaskCall
 
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.ResumeTaskCall
 
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.ScheduleTaskCall
 
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskStateCall
 
getTaskName() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
getTaskRepository() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getTaskRepository() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getTasks() - Method in class org.wso2.carbon.ntask.core.TaskServiceContext
 
getTaskServerCount() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getTaskServerCount() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getTaskServerMode() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
getTaskServerMode() - Method in interface org.wso2.carbon.ntask.core.service.TaskService.TaskServiceConfiguration
 
getTaskService() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getTaskService() - Method in class org.wso2.carbon.ntask.core.impl.TaskAxis2ConfigurationContextObserver
 
getTaskService() - Static method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
getTaskService() - Method in class org.wso2.carbon.ntask.core.TaskStartupHandler
 
getTaskState(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getTaskState(String, String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getTaskState(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getTaskState(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
getTaskState(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Gets tasks state information
getTaskState(TaskRepository, String) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
getTaskStateRemote(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getTasksType() - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getTasksType() - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Returns the type of the tasks represented by this task manager.
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.TaskManagerId
 
getTaskType() - Method in class org.wso2.carbon.ntask.core.TaskServiceContext
 
getTenantDomainFromId(int) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
getTenantId() - Method in class org.wso2.carbon.ntask.core.TaskManagerId
 
getTenantId() - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Returns the tenant domain of the tasks represented by this task manager.
getTenantId() - Method in class org.wso2.carbon.ntask.core.TaskServiceContext
 
getTriggerInfo() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
getValue() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver.Property
 

H

hashCode() - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
hashCode() - Method in class org.wso2.carbon.ntask.core.TaskManagerId
 

I

init() - Method in class org.wso2.carbon.ntask.core.AbstractTask
 
init(Map<String, String>) - Method in class org.wso2.carbon.ntask.core.impl.RandomTaskLocationResolver
 
init(Map<String, String>) - Method in class org.wso2.carbon.ntask.core.impl.RoundRobinTaskLocationResolver
 
init(Map<String, String>) - Method in class org.wso2.carbon.ntask.core.impl.RuleBasedLocationResolver
 
init() - Method in interface org.wso2.carbon.ntask.core.Task
This method is called once after properties are set in the task, and right before the task is executed.
init(Map<String, String>) - Method in interface org.wso2.carbon.ntask.core.TaskLocationResolver
Initializes the task location resolver with the given properties.
initialize() - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 
initStartupTasks() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
initStartupTasks() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
initStartupTasks() - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
initStartupTasks() - Method in interface org.wso2.carbon.ntask.core.TaskManager
Initialize the startup tasks.
isClusteringEnabled() - Static method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManagerFactory
 
isDisallowConcurrentExecution() - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
isLeader() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
isLeader() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
isLocalTaskScheduled(String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
isRunning() - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusResult
 
isRunningTaskExist(String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
isServerInit() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
isServerInit() - Method in interface org.wso2.carbon.ntask.core.service.TaskService
Checks whether the task server is full initialized.
isTaskFinished(TaskRepository, String) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
isTaskPaused(TaskRepository, String) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
isTaskRunning(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
isTaskScheduled(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
isTaskScheduled(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
isTaskScheduled(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
isTaskScheduled(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Checks if the given task is already scheduled.

L

LocalTaskActionListener - Interface in org.wso2.carbon.ntask.core.impl
Listener to be notified when a task is deleted at TaskManager.
lookupRemoteTask(String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 

M

memberAdded(MembershipEvent) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
memberAttributeChanged(MemberAttributeEvent) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
memberRemoved(MembershipEvent) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 

N

NonConcurrentTaskQuartzJobAdapter - Class in org.wso2.carbon.ntask.core.impl
This class is a Quartz Job implementation which simply extends the functionality of TaskQuartzJobAdapter, to not to allow concurrent execution of tasks.
NonConcurrentTaskQuartzJobAdapter() - Constructor for class org.wso2.carbon.ntask.core.impl.NonConcurrentTaskQuartzJobAdapter
 
notifyLocalTaskDeletion(String) - Method in interface org.wso2.carbon.ntask.core.impl.LocalTaskActionListener
Method to notify when a local task is deleted.
NTASK_P2P_COMM_EXECUTOR - Static variable in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 

O

org.wso2.carbon.ntask.core - package org.wso2.carbon.ntask.core
 
org.wso2.carbon.ntask.core.impl - package org.wso2.carbon.ntask.core.impl
 
org.wso2.carbon.ntask.core.impl.clustered - package org.wso2.carbon.ntask.core.impl.clustered
 
org.wso2.carbon.ntask.core.impl.clustered.rpc - package org.wso2.carbon.ntask.core.impl.clustered.rpc
 
org.wso2.carbon.ntask.core.impl.remote - package org.wso2.carbon.ntask.core.impl.remote
 
org.wso2.carbon.ntask.core.impl.standalone - package org.wso2.carbon.ntask.core.impl.standalone
 
org.wso2.carbon.ntask.core.internal - package org.wso2.carbon.ntask.core.internal
 
org.wso2.carbon.ntask.core.service - package org.wso2.carbon.ntask.core.service
 
org.wso2.carbon.ntask.core.service.impl - package org.wso2.carbon.ntask.core.service.impl
 

P

pauseLocalTask(String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
pauseTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
pauseTask(String, String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
pauseTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
pauseTask(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
pauseTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Pauses a task with the given name.
PauseTaskCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Pause task RPC call implementation.
PauseTaskCall(String) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.PauseTaskCall
 
Property() - Constructor for class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver.Property
 

Q

QuartzCachedThreadPool - Class in org.wso2.carbon.ntask.core.impl
Quartz thread pool implementation which uses a cached thread executor service.
QuartzCachedThreadPool() - Constructor for class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 

R

RandomTaskLocationResolver - Class in org.wso2.carbon.ntask.core.impl
This class represents a task location resolver, which randomly assigns tasks to the task cluster.
RandomTaskLocationResolver() - Constructor for class org.wso2.carbon.ntask.core.impl.RandomTaskLocationResolver
 
REG_REMOTE_TASK_PROPS_BASE_PATH - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
REG_TASK_BASE_PATH - Static variable in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
REG_TASK_REPO_BASE_PATH - Static variable in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
registerLocalTask(TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
registerLocalTaskActionListener(LocalTaskActionListener, String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
registerLocalTaskActionListener(LocalTaskActionListener, String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
registerLocalTaskActionListener(LocalTaskActionListener, String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Registers a listener to be notified when an action is performed on a task.
registerTask(TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
registerTask(TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
registerTask(TaskInfo) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
registerTask(TaskInfo) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Registers a new task or updates if one already exists.
registerTaskType(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
registerTaskType(String) - Method in interface org.wso2.carbon.ntask.core.service.TaskService
This method registers a task type in the server, this must be done for the task managers for the current tenant to be started up immediately.
RegistryBasedTaskRepository - Class in org.wso2.carbon.ntask.core.impl
Registry based task repository implementation.
RegistryBasedTaskRepository(int, String) - Constructor for class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
REMOTE_SYSTEM_TASK_HEADER_ID - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskCallbackServlet
 
REMOTE_TASK_ID_REPO_PROP - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
REMOTE_TASK_SERVER_ADDRESS - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
REMOTE_TASK_SERVER_PASSWORD - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
REMOTE_TASK_SERVER_USERNAME - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
REMOTE_TASK_TASK_NAME - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
REMOTE_TASK_TASK_TYPE - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
REMOTE_TASK_TENANT_ID - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
RemoteTaskCallbackServlet - Class in org.wso2.carbon.ntask.core.impl.remote
This class represents a servlet used to listen for requests from a remote task server.
RemoteTaskCallbackServlet() - Constructor for class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskCallbackServlet
 
RemoteTaskManager - Class in org.wso2.carbon.ntask.core.impl.remote
This class represents a remote task manager implementation.
RemoteTaskManager(TaskRepository, RemoteTaskAdmin) - Constructor for class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
RemoteTaskManager.TaskStatusMessage - Class in org.wso2.carbon.ntask.core.impl.remote
This class represents the cluster message for retrieving a task status.
RemoteTaskManager.TaskStatusResult - Class in org.wso2.carbon.ntask.core.impl.remote
This class represents a clustering message result for task statuses.
RemoteTaskManagerFactory - Class in org.wso2.carbon.ntask.core.impl.remote
This represents the remote task manager factory class.
RemoteTaskManagerFactory() - Constructor for class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManagerFactory
 
remoteTaskNameFromTaskInfo(String, String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
RemoteTaskUtils - Class in org.wso2.carbon.ntask.core.impl.remote
This class represents remote task related utility methods.
RemoteTaskUtils() - Constructor for class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
removeRemoteTaskMapping(String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskUtils
 
removeRunningTask(String) - Static method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
rescheduleLocalTask(String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
rescheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
rescheduleTask(String, String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
rescheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
rescheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
rescheduleTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Reschedules a task with the given name, only the trigger information will be updated in the reschedule.
RescheduleTaskCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Reschedule task RPC call implementation.
RescheduleTaskCall(String) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.RescheduleTaskCall
 
resumeLocalTask(String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
resumeTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
resumeTask(String, String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
resumeTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
resumeTask(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
resumeTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Resumes a paused task with the given name.
ResumeTaskCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Resume task RPC call implementation.
ResumeTaskCall(String) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.ResumeTaskCall
 
RoundRobinTaskLocationResolver - Class in org.wso2.carbon.ntask.core.impl
This class represents a TaskLocationResolver implementation, which assigns a location to the task in a round robin fashion.
RoundRobinTaskLocationResolver() - Constructor for class org.wso2.carbon.ntask.core.impl.RoundRobinTaskLocationResolver
 
RuleBasedLocationResolver - Class in org.wso2.carbon.ntask.core.impl
This class represents a task location resolver, which assigns the locations according to a filtering rules given as parameters.
RuleBasedLocationResolver() - Constructor for class org.wso2.carbon.ntask.core.impl.RuleBasedLocationResolver
 
runAfterRegistrationActions() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
runAfterRegistrationActions() - Method in interface org.wso2.carbon.ntask.core.service.TaskService
This is called after the current task service is registered.
runInThread(Runnable) - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 
RunningTasksInServerCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Running tasks in server RPC call implementation.
RunningTasksInServerCall() - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.RunningTasksInServerCall
 
runTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 

S

scheduleAllTasks() - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
scheduleLocalTask(String) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
scheduleLocalTask(String, boolean) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager
 
scheduleMissingTasks() - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
scheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
scheduleTask(String, String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
scheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
scheduleTask(String) - Method in class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
scheduleTask(String) - Method in interface org.wso2.carbon.ntask.core.TaskManager
Starts a task with the given name.
ScheduleTaskCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Schedule task RPC call implementation.
ScheduleTaskCall(String) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.ScheduleTaskCall
 
SECRET_ALIAS_ATTR_NAME - Static variable in class org.wso2.carbon.ntask.core.TaskUtils
 
SECURE_VAULT_NS - Static variable in class org.wso2.carbon.ntask.core.TaskUtils
 
secureResolveDocument(Document) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
sendReceive(String, TaskCall<V>) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusteredTaskManager
 
sendReceive(String, TaskCall<V>) - Method in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
serverInitialized() - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
serverInitialized() - Method in interface org.wso2.carbon.ntask.core.service.TaskService
Notifies the task service implementation that the server is fully initialized.
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
setCronExpression(String) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setDefaultLocationResolver(TaskServiceXMLConfiguration.DefaultLocationResolver) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setDisallowConcurrentExecution(boolean) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setEndTime(Date) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setInstanceId(String) - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 
setInstanceName(String) - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 
setIntervalMillis(long) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setListenerManager(ListenerManager) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
setLocationResolverClass(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver
 
setLocationResolverClass(String) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
setLocationResolverProperties(Map<String, String>) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
setMisfirePolicy(TaskConstants.TaskMisfirePolicy) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setName(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver.Property
 
setName(String) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
setProperties(Map<String, String>) - Method in class org.wso2.carbon.ntask.core.AbstractTask
 
setProperties(TaskServiceXMLConfiguration.DefaultLocationResolver.Property[]) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver
 
setProperties(Map<String, String>) - Method in interface org.wso2.carbon.ntask.core.Task
This method is called initially to set the task properties.
setProperties(Map<String, String>) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
setRealmService(RealmService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
setRemoteServerAddress(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setRemoteServerPassword(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setRemoteServerUsername(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setRepeatCount(int) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setRunning(boolean) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusResult
 
setSecretCallbackHandlerService(SecretCallbackHandlerService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
setStartTime(Date) - Method in class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
setTaskClass(String) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
setTaskClientDispatchAddress(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setTaskFinished(TaskRepository, String, boolean) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
setTaskMetadataProp(String, String, String) - Method in class org.wso2.carbon.ntask.core.impl.RegistryBasedTaskRepository
 
setTaskMetadataProp(String, String, String) - Method in interface org.wso2.carbon.ntask.core.TaskRepository
Sets a task metadata property to a given task name with a given property key.
setTaskName(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
setTaskPaused(TaskRepository, String, boolean) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
setTaskServerCount(int) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setTaskServerMode(TaskService.TaskServerMode) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
setTaskState(TaskRepository, String, TaskManager.TaskState) - Static method in class org.wso2.carbon.ntask.core.TaskUtils
 
setTaskType(String) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
setTaskType(String) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
setTenantId(int) - Method in class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
setTenantId(int) - Method in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
setTriggerInfo(TaskInfo.TriggerInfo) - Method in class org.wso2.carbon.ntask.core.TaskInfo
 
setValue(String) - Method in class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration.DefaultLocationResolver.Property
 
shutdown(boolean) - Method in class org.wso2.carbon.ntask.core.impl.QuartzCachedThreadPool
 
StandaloneTaskManager - Class in org.wso2.carbon.ntask.core.impl.standalone
This class represents a single node task server manager, which is created when the server is run in standalone mode.
StandaloneTaskManager(TaskRepository) - Constructor for class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManager
 
StandaloneTaskManagerFactory - Class in org.wso2.carbon.ntask.core.impl.standalone
This represents the standalone task manager factory class.
StandaloneTaskManagerFactory() - Constructor for class org.wso2.carbon.ntask.core.impl.standalone.StandaloneTaskManagerFactory
 

T

Task - Interface in org.wso2.carbon.ntask.core
Task interface to be implemented by all tasks.
TASK_CLIENT_DISPATCH_ADDRESS - Static variable in class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager
 
TASK_SERVER_COUNT_SYS_PROP - Static variable in class org.wso2.carbon.ntask.core.impl.clustered.ClusterGroupCommunicator
 
TASK_STATE_PROPERTY - Static variable in class org.wso2.carbon.ntask.core.TaskUtils
 
TaskAxis2ConfigurationContextObserver - Class in org.wso2.carbon.ntask.core.impl
This class represents an configuration context observer, used to load the tasks, when a new tenant arrives.
TaskAxis2ConfigurationContextObserver(TaskService) - Constructor for class org.wso2.carbon.ntask.core.impl.TaskAxis2ConfigurationContextObserver
 
TaskCall<V> - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Base class for cluster RPC calls.
TaskCall() - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskCall
 
TaskInfo - Class in org.wso2.carbon.ntask.core
This class represents a task job definition.
TaskInfo() - Constructor for class org.wso2.carbon.ntask.core.TaskInfo
Deprecated.
TaskInfo(String, String, Map<String, String>, TaskInfo.TriggerInfo) - Constructor for class org.wso2.carbon.ntask.core.TaskInfo
TaskInfo constructor.
TaskInfo(String, String, Map<String, String>, String, TaskInfo.TriggerInfo) - Constructor for class org.wso2.carbon.ntask.core.TaskInfo
Deprecated.
use setters to set location resolver related properties, if set explicitly, users must have a way of changing this, i.e. using the UI, or else, the global tasks configuration based settings must be used
TaskInfo.TriggerInfo - Class in org.wso2.carbon.ntask.core
This class represents task trigger information.
TaskLocationResolver - Interface in org.wso2.carbon.ntask.core
This interface represents the contract that must be implemented to retrieve the location that a given task should be scheduled.
TaskManager - Interface in org.wso2.carbon.ntask.core
This interface represents the task manager functionalities.
TaskManager.TaskState - Enum in org.wso2.carbon.ntask.core
Task states.
TaskManagerFactory - Interface in org.wso2.carbon.ntask.core
This represents a factory class used to create task managers.
TaskManagerId - Class in org.wso2.carbon.ntask.core
This class represents an identifier for a task manager.
TaskManagerId(int, String) - Constructor for class org.wso2.carbon.ntask.core.TaskManagerId
 
TaskQuartzJobAdapter - Class in org.wso2.carbon.ntask.core.impl
This class represents an adapter class used to wrap a Task in a Quartz Job.
TaskQuartzJobAdapter() - Constructor for class org.wso2.carbon.ntask.core.impl.TaskQuartzJobAdapter
 
TaskRepository - Interface in org.wso2.carbon.ntask.core
This interface represents a task repository, which can be used to store and load tasks.
TasksDSComponent - Class in org.wso2.carbon.ntask.core.internal
This class represents the Tasks declarative service component.
TasksDSComponent() - Constructor for class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
TaskService - Interface in org.wso2.carbon.ntask.core.service
This interface represents the task OSGi service.
TaskService.TaskServerMode - Enum in org.wso2.carbon.ntask.core.service
 
TaskService.TaskServiceConfiguration - Interface in org.wso2.carbon.ntask.core.service
 
TaskServiceContext - Class in org.wso2.carbon.ntask.core
This class represents a runtime context of the task service.
TaskServiceContext(TaskRepository, List<String>, Map<String, Member>) - Constructor for class org.wso2.carbon.ntask.core.TaskServiceContext
 
TaskServiceImpl - Class in org.wso2.carbon.ntask.core.service.impl
This class represents the TaskService implementation.
TaskServiceImpl() - Constructor for class org.wso2.carbon.ntask.core.service.impl.TaskServiceImpl
 
TaskServiceXMLConfiguration - Class in org.wso2.carbon.ntask.core.service.impl
This represents the task service XML based configuration.
TaskServiceXMLConfiguration() - Constructor for class org.wso2.carbon.ntask.core.service.impl.TaskServiceXMLConfiguration
 
TaskServiceXMLConfiguration.DefaultLocationResolver - Class in org.wso2.carbon.ntask.core.service.impl
 
TaskServiceXMLConfiguration.DefaultLocationResolver.Property - Class in org.wso2.carbon.ntask.core.service.impl
 
TaskStartupHandler - Class in org.wso2.carbon.ntask.core
A server startup handler implementation which is used as a listener to know when to start scheduling the tasks.
TaskStartupHandler(TaskService) - Constructor for class org.wso2.carbon.ntask.core.TaskStartupHandler
 
TaskStateCall - Class in org.wso2.carbon.ntask.core.impl.clustered.rpc
Task state RPC call implementation.
TaskStateCall(String) - Constructor for class org.wso2.carbon.ntask.core.impl.clustered.rpc.TaskStateCall
 
TaskStatusMessage() - Constructor for class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusMessage
 
TaskStatusResult() - Constructor for class org.wso2.carbon.ntask.core.impl.remote.RemoteTaskManager.TaskStatusResult
 
TaskTriggerListener(String) - Constructor for class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager.TaskTriggerListener
 
TaskUtils - Class in org.wso2.carbon.ntask.core
This class contains utitilty functions related to tasks.
TaskUtils() - Constructor for class org.wso2.carbon.ntask.core.TaskUtils
 
TENANT_ID_PROP - Static variable in class org.wso2.carbon.ntask.core.TaskInfo
 
toString() - Method in class org.wso2.carbon.ntask.core.TaskManagerId
 
triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager.TaskTriggerListener
 
triggerFired(Trigger, JobExecutionContext) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager.TaskTriggerListener
 
TriggerInfo() - Constructor for class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
TriggerInfo(Date, Date, long, int) - Constructor for class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
TriggerInfo(String) - Constructor for class org.wso2.carbon.ntask.core.TaskInfo.TriggerInfo
 
triggerMisfired(Trigger) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager.TaskTriggerListener
 

U

unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
unsetListenerManager(ListenerManager) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 
unsetSecretCallbackHandlerService(SecretCallbackHandlerService) - Method in class org.wso2.carbon.ntask.core.internal.TasksDSComponent
 

V

valueOf(String) - Static method in enum org.wso2.carbon.ntask.core.service.TaskService.TaskServerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.ntask.core.TaskManager.TaskState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.carbon.ntask.core.service.TaskService.TaskServerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.ntask.core.TaskManager.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
vetoJobExecution(Trigger, JobExecutionContext) - Method in class org.wso2.carbon.ntask.core.impl.AbstractQuartzTaskManager.TaskTriggerListener
 
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.