| Modifier and Type | Field and Description |
|---|---|
protected org.osgi.framework.BundleContext |
bundleContext |
protected ExecutorService |
executor |
static String |
INTERN_PACKAGE |
static String |
PID |
static String |
SERVER_CLASS |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
protected void |
reconfigure() |
void |
run() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
void |
updated(Dictionary<String,?> properties) |
protected void |
warn(String message,
Throwable t) |
public static final String PID
public static final String INTERN_PACKAGE
public static final String SERVER_CLASS
protected org.osgi.framework.BundleContext bundleContext
protected ExecutorService executor
public 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 doStop()
public void updated(Dictionary<String,?> properties)
updated in interface org.osgi.service.cm.ManagedServiceprotected void reconfigure()
Copyright © 2025 JBoss by Red Hat. All rights reserved.