Package org.wso2.carbon.task.internal
Class TaskManagementServiceComponent
java.lang.Object
org.wso2.carbon.task.internal.TaskManagementServiceComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext ctxt) protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt) protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) protected voidsetJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService) protected voidsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) protected voidsetTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService) protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) protected voidunsetJobMetaDataProviderService(org.wso2.carbon.task.services.JobMetaDataProviderService jobMetaDataProviderService) protected voidunsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) protected voidunsetTaskManagementService(org.apache.synapse.task.service.TaskManagementService taskManagementService)
-
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)
-