public class Activator extends Object implements org.osgi.framework.BundleActivator
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
static org.osgi.framework.BundleContext |
getContext()
Returns the
BundleContext . |
static ReportService |
getReportService()
Returns the
ReportService . |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
public static org.osgi.framework.BundleContext getContext()
BundleContext
.BundleContext
.public void start(org.osgi.framework.BundleContext bundleContext) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext bundleContext) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public static ReportService getReportService()
ReportService
.ReportService
Copyright © 2019. All rights reserved.