org.osgi.framework.BundleActivatorpublic class Activator extends Object implements org.osgi.framework.BundleActivator
| Modifier and Type | Field | Description |
|---|---|---|
static String |
CONTEXT |
|
protected CommandProcessorImpl |
processor |
| Constructor | Description |
|---|---|
Activator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.osgi.framework.ServiceRegistration |
newProcessor(ThreadIO tio,
org.osgi.framework.BundleContext context) |
|
void |
start(org.osgi.framework.BundleContext context) |
|
void |
stop(org.osgi.framework.BundleContext context) |
protected CommandProcessorImpl processor
public static final String CONTEXT
protected org.osgi.framework.ServiceRegistration newProcessor(ThreadIO tio, org.osgi.framework.BundleContext context)
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.