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.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
protected void doStop()
public void updated(Dictionary<String,?> properties)
updated
in interface org.osgi.service.cm.ManagedService
protected void reconfigure()
Copyright © 2021 JBoss by Red Hat. All rights reserved.