public class CoreActivator extends Object implements org.osgi.framework.BundleActivator
Constructor and Description |
---|
CoreActivator() |
Modifier and Type | Method and Description |
---|---|
static CoreService |
getCoreService() |
static org.osgi.service.http.HttpService |
getHttpService() |
static ModelFactory |
getModelFactory() |
static <S> S |
getService(Class<S> clazz) |
static DMXStorage |
openDB(String databaseFactory,
String databasePath) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
public void start(org.osgi.framework.BundleContext bundleContext)
start
in interface org.osgi.framework.BundleActivator
public void stop(org.osgi.framework.BundleContext bundleContext)
stop
in interface org.osgi.framework.BundleActivator
public static CoreService getCoreService()
public static ModelFactory getModelFactory()
public static org.osgi.service.http.HttpService getHttpService()
public static <S> S getService(Class<S> clazz)
public static DMXStorage openDB(String databaseFactory, String databasePath)
Copyright © 2023. All Rights Reserved.