public class TaskManagementServiceComponent extends Object
Constructor and Description |
---|
TaskManagementServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
setJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService) |
protected void |
setTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) |
protected void |
setTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
unsetJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService) |
protected void |
unsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) |
protected void |
unsetTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService)
protected void unsetJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService)
protected void setTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService)
protected void unsetTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService)
protected void setTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService)
protected void unsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Copyright © 2021 WSO2. All rights reserved.