Package org.apache.cxf.bus.osgi
Class CXFExtensionBundleListener
- java.lang.Object
- 
- org.apache.cxf.bus.osgi.CXFExtensionBundleListener
 
- 
- All Implemented Interfaces:
- EventListener,- org.osgi.framework.BundleListener,- org.osgi.framework.SynchronousBundleListener
 
 public class CXFExtensionBundleListener extends Object implements org.osgi.framework.SynchronousBundleListener 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCXFExtensionBundleListener.OSGiExtension
 - 
Constructor SummaryConstructors Constructor Description CXFExtensionBundleListener(long bundleId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundleChanged(org.osgi.framework.BundleEvent event)protected voidregister(org.osgi.framework.Bundle bundle)voidregisterExistingBundles(org.osgi.framework.BundleContext context)voidshutdown()protected voidunregister(long bundleId)
 
- 
- 
- 
Method Detail- 
registerExistingBundlespublic void registerExistingBundles(org.osgi.framework.BundleContext context) 
 - 
bundleChangedpublic void bundleChanged(org.osgi.framework.BundleEvent event) - Specified by:
- bundleChangedin interface- org.osgi.framework.BundleListener
 
 - 
registerprotected void register(org.osgi.framework.Bundle bundle) 
 - 
unregisterprotected void unregister(long bundleId) 
 - 
shutdownpublic void shutdown() 
 
- 
 
-