public class OSGiExtensionLocator extends Object implements org.osgi.framework.BundleActivator, org.osgi.framework.SynchronousBundleListener
Modifier and Type | Class and Description |
---|---|
static class |
OSGiExtensionLocator.OSGIBusListener |
class |
OSGiExtensionLocator.OSGiExtension |
Constructor and Description |
---|
OSGiExtensionLocator() |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
protected void |
register(org.osgi.framework.Bundle bundle) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
protected void |
unregister(long bundleId) |
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
protected void register(org.osgi.framework.Bundle bundle) throws IOException
IOException
protected void unregister(long bundleId)
Apache CXF