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)
BundleProcessor
activate
in interface BundleProcessor
bundle
- the bundlepublic void deactivate(org.osgi.framework.Bundle bundle)
BundleProcessor
deactivate
in interface BundleProcessor
bundle
- the bundlepublic void start()
Lifecycle
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.