public abstract class ForwardingBundleProcessor extends java.lang.Object implements BundleProcessor
| Constructor and Description |
|---|
ForwardingBundleProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.Bundle bundle)
A bundle is started.
|
void |
deactivate(org.osgi.framework.Bundle bundle)
A bundle is stopping.
|
protected abstract BundleProcessor |
delegate()
Implementation must implement this method to retrieve the wrapped bundle processor.
|
void |
start()
Start the service.
|
void |
stop()
Stop the service.
|
protected abstract BundleProcessor delegate()
public void activate(org.osgi.framework.Bundle bundle)
BundleProcessoractivate in interface BundleProcessorbundle - the bundlepublic void deactivate(org.osgi.framework.Bundle bundle)
BundleProcessordeactivate in interface BundleProcessorbundle - the bundlepublic void start()
LifecycleCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.