Class WebappManagementServiceComponent
java.lang.Object
org.wso2.carbon.webapp.mgt.internal.WebappManagementServiceComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext ctx) protected voiddeactivate(org.osgi.service.component.ComponentContext ctx) protected voidsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager) protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) protected voidsetDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService) protected voidsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) protected voidsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) protected voidunsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) protected voidunsetDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService) protected voidunsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) protected voidunsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
-
Constructor Details
-
WebappManagementServiceComponent
public WebappManagementServiceComponent()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctx) -
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctx) -
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) -
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) -
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) -
unsetRealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) -
setTenantRegistryLoader
protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) -
unsetTenantRegistryLoader
protected void unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) -
setDeploymentSynchronizerService
protected void setDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService) -
unsetDeploymentSynchronizerService
protected void unsetDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService) -
setAppManager
protected void setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager) -
unsetAppManager
protected void unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
-