@Header(name="Bundle-Activator",
value="${@class}")
@RequireConfigurationAdmin
public class Activator
extends org.apache.felix.utils.extender.AbstractExtender
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debug(org.osgi.framework.Bundle bundle,
String msg) |
protected org.apache.felix.utils.extender.Extension |
doCreateExtension(org.osgi.framework.Bundle bundle) |
protected void |
error(String msg,
Throwable t) |
static javax.enterprise.inject.spi.BeanManager |
get(org.osgi.framework.Bundle bundle) |
static void |
put(org.osgi.framework.Bundle bundle,
javax.enterprise.inject.spi.BeanManager beanManager) |
static void |
remove(org.osgi.framework.Bundle bundle) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
protected void |
warn(org.osgi.framework.Bundle bundle,
String msg,
Throwable t) |
addingBundle, bundleChanged, chooseBundlesToDestroy, createExecutor, doStart, doStop, getBundleContext, getExecutors, isPreemptiveShutdown, isStopping, isSynchronous, modifiedBundle, removedBundle, setPreemptiveShutdown, setSynchronous, startTracking, stopTrackingpublic void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.apache.felix.utils.extender.AbstractExtenderExceptionpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.apache.felix.utils.extender.AbstractExtenderExceptionprotected org.apache.felix.utils.extender.Extension doCreateExtension(org.osgi.framework.Bundle bundle)
throws Exception
doCreateExtension in class org.apache.felix.utils.extender.AbstractExtenderExceptionprotected void debug(org.osgi.framework.Bundle bundle,
String msg)
debug in class org.apache.felix.utils.extender.AbstractExtenderprotected void warn(org.osgi.framework.Bundle bundle,
String msg,
Throwable t)
warn in class org.apache.felix.utils.extender.AbstractExtenderprotected void error(String msg, Throwable t)
error in class org.apache.felix.utils.extender.AbstractExtenderpublic static void put(org.osgi.framework.Bundle bundle,
javax.enterprise.inject.spi.BeanManager beanManager)
public static javax.enterprise.inject.spi.BeanManager get(org.osgi.framework.Bundle bundle)
public static void remove(org.osgi.framework.Bundle bundle)
Copyright © 2020 The Apache Software Foundation. All rights reserved.