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 Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbundleChanged(org.osgi.framework.BundleEvent event) protected voidregister(org.osgi.framework.Bundle bundle) voidregisterExistingBundles(org.osgi.framework.BundleContext context) voidshutdown()protected voidunregister(long bundleId)
-
Constructor Details
-
CXFExtensionBundleListener
public CXFExtensionBundleListener(long bundleId)
-
-
Method Details
-
registerExistingBundles
public void registerExistingBundles(org.osgi.framework.BundleContext context) -
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event) - Specified by:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-
register
protected void register(org.osgi.framework.Bundle bundle) -
unregister
protected void unregister(long bundleId) -
shutdown
public void shutdown()
-