Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
PreferenceQueueService(PreferenceSelection strategy,
LifecycleQueueService syncQueue,
LifecycleQueueService asyncQueue)
Creates the preference queue service.
|
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 . |
Modifier and Type | Method and Description |
---|---|
protected abstract LifecycleQueueService |
ForwardingQueueService.delegate() |
protected LifecycleQueueService |
EnforcedQueueService.delegate() |
Constructor and Description |
---|
EnforcedQueueService(PreferenceSelection strategy,
LifecycleQueueService queueService,
Preference enforced,
Log logger)
Constructor.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.