public class Extender
extends java.lang.Object
implements org.osgi.framework.BundleActivator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOOTSTRAP_QUEUE_DEBUG_PROPERTY |
| Constructor and Description |
|---|
Extender() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.framework.BundleContext |
getIPOJOBundleContext()
Gets iPOJO bundle context.
|
void |
start(org.osgi.framework.BundleContext context)
The iPOJO bundle is starting.
|
void |
stop(org.osgi.framework.BundleContext context)
The iPOJO bundle is stopping.
|
public static final java.lang.String BOOTSTRAP_QUEUE_DEBUG_PROPERTY
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorcontext - the iPOJO's bundle bundle contextjava.lang.Exception - something terrible happen during startuppublic void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorcontext - the bundle contextjava.lang.Exception - something terrible happenpublic static org.osgi.framework.BundleContext getIPOJOBundleContext()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.