Modifier and Type | Interface and Description |
---|---|
interface |
LifecycleQueueService
An interface composing
QueueService and Lifecycle . |
Constructor and Description |
---|
DeclarationLinker(org.osgi.framework.BundleContext bundleContext,
QueueService queueService)
Creates the linker.
|
ManagedType(org.osgi.framework.BundleContext bundleContext,
QueueService queueService,
TypeDeclaration declaration)
Constructs a Managed Type object for the given type declaration.
|
Constructor and Description |
---|
QueuingActivationProcessor(BundleProcessor delegate,
QueueService queueService)
Creates an instance of the queuing 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.