Modifier and Type | Method and Description |
---|---|
DistributionQueue |
DistributionAgent.getQueue(String name)
Get the agent queue with the given name
|
Modifier and Type | Method and Description |
---|---|
DistributionQueue |
SimpleDistributionAgent.getQueue(String queueName) |
Modifier and Type | Method and Description |
---|---|
DistributionQueue |
DistributionQueueProvider.getQueue(String queueName)
provide a named queue for the given agent
|
Modifier and Type | Class and Description |
---|---|
class |
CachingDistributionQueue |
class |
DistributionQueueWrapper |
class |
SimpleAgentDistributionQueue |
Modifier and Type | Field and Description |
---|---|
protected DistributionQueue |
DistributionQueueWrapper.wrappedQueue |
Constructor and Description |
---|
CachingDistributionQueue(String cacheKey,
DistributionQueue wrappedQueue) |
DistributionQueueWrapper(DistributionQueue wrappedQueue) |
SimpleAgentDistributionQueue(DistributionQueue wrappedQueue,
boolean isPaused,
String agentName) |
Modifier and Type | Class and Description |
---|---|
class |
JobHandlingDistributionQueue
a
DistributionQueue based on Sling Job Handling facilities |
Modifier and Type | Method and Description |
---|---|
DistributionQueue |
JobHandlingDistributionQueueProvider.getQueue(String queueName) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDistributionQueue
A simple implementation of a
DistributionQueue . |
Modifier and Type | Method and Description |
---|---|
DistributionQueue |
SimpleDistributionQueueProvider.getQueue(String queueName) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.