Class DeploymentSynchronizerComponent
java.lang.Object
org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext context) protected voidaddArtifactRepository(ArtifactRepository artifactRepository) protected voiddeactivate(org.osgi.service.component.ComponentContext context) protected voidremoveArtifactRepository(ArtifactRepository artifactRepository) protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service) protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService service) protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service) protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
-
Constructor Details
-
DeploymentSynchronizerComponent
public DeploymentSynchronizerComponent()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext context) -
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context) -
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service) -
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service) -
addArtifactRepository
-
removeArtifactRepository
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service) -
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
-