public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTEXT |
protected CommandProcessorImpl |
processor |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceRegistration |
newProcessor(ThreadIO tio,
BundleContext context) |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
protected CommandProcessorImpl processor
public static final java.lang.String CONTEXT
protected ServiceRegistration newProcessor(ThreadIO tio, BundleContext context)
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exception