org.apache.axis2.osgi.deployment
Class ModuleRegistry
java.lang.Object
org.apache.axis2.osgi.deployment.AbstractRegistry<AxisModule>
org.apache.axis2.osgi.deployment.ModuleRegistry
- All Implemented Interfaces:
- Registry
public class ModuleRegistry
- extends AbstractRegistry<AxisModule>
- See Also:
BundleListener
Method Summary |
void |
register(org.osgi.framework.Bundle bundle)
|
void |
remove(org.osgi.framework.Bundle bundle)
|
void |
unRegister(org.osgi.framework.Bundle bundle,
boolean uninstall)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleRegistry
public ModuleRegistry(org.osgi.framework.BundleContext context,
ConfigurationContext configCtx,
Registry serviceRegistry)
register
public void register(org.osgi.framework.Bundle bundle)
unRegister
public void unRegister(org.osgi.framework.Bundle bundle,
boolean uninstall)
remove
public void remove(org.osgi.framework.Bundle bundle)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.