public class Activator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static org.osgi.framework.BundleContext |
bc |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
static File |
getConfigHome() |
static DataAccess |
getDataAccess() |
static File |
getDB() |
static IDeinstaller |
getDeinstaller() |
static IInstaller |
getInstaller() |
static ModuleContext |
getmContext() |
static IServiceManagement |
getMgmt() |
static IServiceModel |
getModel() |
static ParserService |
getParserService() |
static IServiceRegistration |
getReg() |
static ServiceCaller |
getSc() |
static String |
getSessionKey() |
static File |
getSetupProps() |
static File |
getTempUsrvFiles() |
static void |
setMgmt(IServiceManagement mgmt) |
static void |
setModel(IServiceModel model) |
static void |
setReg(IServiceRegistration reg) |
static void |
setSc(ServiceCaller sc) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public static String getSessionKey()
public static IInstaller getInstaller()
public static IDeinstaller getDeinstaller()
public static IServiceManagement getMgmt()
public static void setMgmt(IServiceManagement mgmt)
public static IServiceModel getModel()
public static void setModel(IServiceModel model)
public static IServiceRegistration getReg()
public static void setReg(IServiceRegistration reg)
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public static DataAccess getDataAccess()
public static ParserService getParserService()
public static File getConfigHome()
public static File getTempUsrvFiles()
public static File getSetupProps()
public static File getDB()
public static ServiceCaller getSc()
public static void setSc(ServiceCaller sc)
public static ModuleContext getmContext()
Copyright © 2018 universAAL Consortium. All rights reserved.