org.wso2.carbon.application.deployer.internal
Class AppDeployerServiceComponent

java.lang.Object
  extended by org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
All Implemented Interfaces:
EventListener, org.osgi.framework.ServiceListener

public class AppDeployerServiceComponent
extends Object
implements org.osgi.framework.ServiceListener


Constructor Summary
AppDeployerServiceComponent()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDeployerServiceComponent

public AppDeployerServiceComponent()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext ctxt)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext ctxt)

setRegistryService

protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)

unsetRegistryService

protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)

setAppHandler

protected void setAppHandler(AppDeploymentHandler handler)

unsetAppHandler

protected void unsetAppHandler(AppDeploymentHandler handler)

getRegistryService

public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
                                                                                throws Exception
Throws:
Exception

getBundleContext

public static org.osgi.framework.BundleContext getBundleContext()

getRequiredFeatures

public static Map<String,List<Feature>> getRequiredFeatures()

setConfigurationContext

protected void setConfigurationContext(org.wso2.carbon.utils.ConfigurationContextService configCtx)

unsetConfigurationContext

protected void unsetConfigurationContext(org.wso2.carbon.utils.ConfigurationContextService configCtx)

serviceChanged

public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
Specified by:
serviceChanged in interface org.osgi.framework.ServiceListener

addCAppDeployer

public boolean addCAppDeployer(org.apache.axis2.engine.AxisConfiguration axisConfiguration)


Copyright © 2014 WSO2 Inc. All rights reserved.