public class Activator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT |
protected CommandProcessorImpl |
processor |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and 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.BundleActivator
Exception
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.