public class WebappManagementServiceComponent extends Object
Constructor and Description |
---|
WebappManagementServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctx) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctx) |
protected void |
setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
setDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
protected void |
unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
protected void activate(org.osgi.service.component.ComponentContext ctx)
protected void deactivate(org.osgi.service.component.ComponentContext ctx)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
protected void unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
protected void setDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService)
protected void unsetDeploymentSynchronizerService(org.wso2.carbon.core.deployment.DeploymentSynchronizer depSynchService)
protected void setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService applicationManager)
protected void unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appManager)
Copyright © 2018 WSO2. All rights reserved.