Package | Description |
---|---|
org.apache.felix.ipojo.extender.internal.processor |
Modifier and Type | Class and Description |
---|---|
class |
ChainedBundleProcessor
A bundle processor chaining others processor.
|
class |
ComponentsBundleProcessor
Processor handling the
ComponentsBundleProcessor.IPOJO_HEADER and ComponentsBundleProcessor.IPOJO_HEADER_ALT
header from the bundle manifest. |
class |
ConfigurationProcessor
Processor looking for classes annotated with @Configuration and creating the corresponding instance declaration.
|
class |
ExtensionBundleProcessor
Bundle processor handling the
ExtensionBundleProcessor.IPOJO_EXTENSION header. |
class |
ForwardingBundleProcessor
A bundle processor delegating to a wrapped processor.
|
class |
QueuingActivationProcessor
A bundle processor submitting the activating job to the queue service.
|
class |
ReverseBundleProcessor
A bundle processor delegating a wrapped bundle processor.
|
Modifier and Type | Method and Description |
---|---|
protected BundleProcessor |
ReverseBundleProcessor.delegate() |
protected BundleProcessor |
QueuingActivationProcessor.delegate() |
protected abstract BundleProcessor |
ForwardingBundleProcessor.delegate()
Implementation must implement this method to retrieve the wrapped bundle processor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BundleProcessor> |
ChainedBundleProcessor.getProcessors()
Gets the list of processors.
|
Modifier and Type | Method and Description |
---|---|
static ChainedBundleProcessor |
ChainedBundleProcessor.create(BundleProcessor... processors)
Creates a new chained bundle processor.
|
Constructor and Description |
---|
QueuingActivationProcessor(BundleProcessor delegate,
QueueService queueService)
Creates an instance of the queuing bundle processor
|
ReverseBundleProcessor(BundleProcessor delegate)
Creates the processor.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.