Package org.wso2.carbon.utils.deployment
Class Axis2DeployerRegistry
- java.lang.Object
-
- 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
Constructors Constructor Description Axis2DeployerRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundleChanged(org.osgi.framework.BundleEvent event)voidregister(org.osgi.framework.Bundle bundle)voidregister(org.osgi.framework.Bundle[] bundles, List<DeployerConfig> deployerConfigs)voidunRegister(org.osgi.framework.Bundle bundle)
-
-
-
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:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-
-