@Header(name="Bundle-Activator", value="${@class}") 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
public void stop(org.osgi.framework.BundleContext context)
stop
in interface org.osgi.framework.BundleActivator
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.