org.wso2.carbon.utils.deployment
Class Axis2DeployerRegistry

java.lang.Object
  extended by org.wso2.carbon.utils.deployment.Axis2DeployerRegistry
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleListener

public class Axis2DeployerRegistry
extends Object
implements org.osgi.framework.BundleListener


Constructor Summary
Axis2DeployerRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 void register(org.osgi.framework.Bundle bundle)
           
 void register(org.osgi.framework.Bundle[] bundles, List<DeployerConfig> deployerConfigs)
           
 void unRegister(org.osgi.framework.Bundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2DeployerRegistry

public Axis2DeployerRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
Method Detail

register

public void register(org.osgi.framework.Bundle[] bundles,
                     List<DeployerConfig> deployerConfigs)

register

public void register(org.osgi.framework.Bundle bundle)

unRegister

public void unRegister(org.osgi.framework.Bundle bundle)

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener


Copyright © 2014 WSO2 Inc. All rights reserved.