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.
|
start
public ReverseBundleProcessor(BundleProcessor delegate)
delegate
- the processor on which call are delegatedprotected BundleProcessor delegate()
ForwardingBundleProcessor
delegate
in class ForwardingBundleProcessor
public void activate(org.osgi.framework.Bundle bundle)
activate
in interface BundleProcessor
activate
in class ForwardingBundleProcessor
bundle
- the bundlepublic void deactivate(org.osgi.framework.Bundle bundle)
deactivate
in interface BundleProcessor
deactivate
in class ForwardingBundleProcessor
bundle
- the bundlepublic void stop()
stop
in interface Lifecycle
stop
in class ForwardingBundleProcessor
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.