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.BundleListenerpublic void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionprotected void register(org.osgi.framework.Bundle bundle)
throws IOException
IOExceptionprotected void unregister(long bundleId)
Apache CXF