public class AppDeployerServiceComponent extends Object implements org.osgi.framework.ServiceListener
| Constructor and Description |
|---|
AppDeployerServiceComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
boolean |
addCAppDeployer(org.apache.axis2.engine.AxisConfiguration axisConfiguration) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static org.osgi.framework.BundleContext |
getBundleContext() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static Map<String,List<Feature>> |
getRequiredFeatures() |
void |
serviceChanged(org.osgi.framework.ServiceEvent serviceEvent) |
protected void |
setAppHandler(AppDeploymentHandler handler) |
protected void |
setConfigurationContext(org.wso2.carbon.utils.ConfigurationContextService configCtx) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) |
protected void |
unsetAppHandler(AppDeploymentHandler handler) |
protected void |
unsetConfigurationContext(org.wso2.carbon.utils.ConfigurationContextService configCtx) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void setAppHandler(AppDeploymentHandler handler)
protected void unsetAppHandler(AppDeploymentHandler handler)
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
throws Exception
Exceptionpublic static org.osgi.framework.BundleContext getBundleContext()
protected void setConfigurationContext(org.wso2.carbon.utils.ConfigurationContextService configCtx)
protected void unsetConfigurationContext(org.wso2.carbon.utils.ConfigurationContextService configCtx)
public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
serviceChanged in interface org.osgi.framework.ServiceListenerpublic boolean addCAppDeployer(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
Copyright © 2018 WSO2 Inc. All rights reserved.