Apache CXF API

org.apache.cxf.bus.osgi
Class CXFExtensionBundleListener

java.lang.Object
  extended by org.apache.cxf.bus.osgi.CXFExtensionBundleListener

public class CXFExtensionBundleListener
extends Object


Nested Class Summary
 class CXFExtensionBundleListener.OSGiExtension
           
 
Constructor Summary
CXFExtensionBundleListener(long bundleId)
           
 
Method Summary
 void bundleChanged(BundleEvent event)
          
protected  void register(Bundle bundle)
           
 void registerExistingBundles(BundleContext context)
           
 void shutdown()
           
protected  void unregister(long bundleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CXFExtensionBundleListener

public CXFExtensionBundleListener(long bundleId)
Method Detail

registerExistingBundles

public void registerExistingBundles(BundleContext context)
                             throws IOException
Throws:
IOException

bundleChanged

public void bundleChanged(BundleEvent event)


register

protected void register(Bundle bundle)

unregister

protected void unregister(long bundleId)

shutdown

public void shutdown()

Apache CXF API

Apache CXF