Modifier and Type | Interface and Description |
---|---|
interface |
BundleProcessor
Main Processor interface.
|
interface |
LifecycleQueueService
An interface composing
QueueService and Lifecycle . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
Common code wrapping an OSGi service.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeclaration
Common code to all Declaration objects.
|
class |
DefaultExtensionDeclaration
Default implementation of the iPOJO Extension Declaration.
|
class |
DefaultInstanceDeclaration
Default implementation of the instance declaration.
|
class |
DefaultTypeDeclaration
Default implementation of the component type declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
DeclarationLinker
The linker is responsible to bind extension declaration to type declaration.
|
class |
ManagedType
This class is responsible to create the factory for a given type declaration.
|
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 | Class and Description |
---|---|
class |
AbstractQueueService
User: guillaume
Date: 01/10/13
Time: 14:41
|
class |
ExecutorQueueService
An asynchronous implementation of the queue service.
|
class |
SynchronousQueueService
An implementation of the Lifecycle Queue Service for synchronous processing.
|
Modifier and Type | Class and Description |
---|---|
class |
PreferenceQueueService
An implementation of the queue service delegating on the synchronous and asynchronous implementations according to
the processing preference.
|
Modifier and Type | Class and Description |
---|---|
class |
EnforcedQueueService
A queue service implementation enforcing the processing preference choice for the bundle.
|
class |
ForwardingQueueService
A queue service implementation delegating to a
LifecycleQueueService . |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.