public class ReverseBundleProcessor extends ForwardingBundleProcessor
| Constructor and Description |
|---|
ReverseBundleProcessor(BundleProcessor delegate)
Creates the processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.Bundle bundle)
A bundle is starting.
|
void |
deactivate(org.osgi.framework.Bundle bundle)
A bundle is stopping.
|
protected BundleProcessor |
delegate()
Implementation must implement this method to retrieve the wrapped bundle processor.
|
void |
stop()
iPOJO is stopping.
|
startpublic ReverseBundleProcessor(BundleProcessor delegate)
delegate - the processor on which call are delegatedprotected BundleProcessor delegate()
ForwardingBundleProcessordelegate in class ForwardingBundleProcessorpublic void activate(org.osgi.framework.Bundle bundle)
activate in interface BundleProcessoractivate in class ForwardingBundleProcessorbundle - the bundlepublic void deactivate(org.osgi.framework.Bundle bundle)
deactivate in interface BundleProcessordeactivate in class ForwardingBundleProcessorbundle - the bundlepublic void stop()
stop in interface Lifecyclestop in class ForwardingBundleProcessorCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.