Class TaskManagementServiceComponent

java.lang.Object
org.wso2.carbon.task.internal.TaskManagementServiceComponent

public class TaskManagementServiceComponent extends Object
  • Constructor Details

    • TaskManagementServiceComponent

      public TaskManagementServiceComponent()
  • Method Details

    • activate

      protected void activate(org.osgi.service.component.ComponentContext ctxt)
    • deactivate

      protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
    • setJobMetaDataProviderService

      protected void setJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService)
    • unsetJobMetaDataProviderService

      protected void unsetJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService)
    • setTaskManagementService

      protected void setTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService)
    • unsetTaskManagementService

      protected void unsetTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService)
    • setTaskDescriptionRepositoryService

      protected void setTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService)
    • unsetTaskDescriptionRepositoryService

      protected void unsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService)
    • setConfigurationContextService

      protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
    • unsetConfigurationContextService

      protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)