public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin) |
org.osgi.framework.BundleContext |
getBundleContext() |
static Activator |
getInstance() |
static org.osgi.framework.BundleContext |
getInstanceBundleContext() |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
protected void |
unbindConfigAdmin() |
public static Activator getInstance()
public static org.osgi.framework.BundleContext getInstanceBundleContext()
public void start(org.osgi.framework.BundleContext bundleContext)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionprotected void bindConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
protected void unbindConfigAdmin()
public org.osgi.framework.BundleContext getBundleContext()
Copyright © 2014 Red Hat. All Rights Reserved.