Modifier and Type | Method and Description |
---|---|
DistributionQueue |
MonitoringDistributionQueueProvider.getQueue(String queueName,
DistributionQueueType type) |
Modifier and Type | Method and Description |
---|---|
static DistributionQueueType |
DistributionQueueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionQueueType[] |
DistributionQueueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DistributionQueueType |
CachingDistributionQueue.getType() |
DistributionQueueType |
SimpleAgentDistributionQueue.getType() |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionQueue |
DistributionQueueProvider.getQueue(@NotNull String queueName,
@NotNull DistributionQueueType type)
provde a queue of the given type with the given name
|
Modifier and Type | Method and Description |
---|---|
DistributionQueueType |
JobHandlingDistributionQueue.getType() |
Modifier and Type | Method and Description |
---|---|
DistributionQueue |
JobHandlingDistributionQueueProvider.getQueue(@NotNull String queueName,
@NotNull DistributionQueueType type) |
Modifier and Type | Method and Description |
---|---|
DistributionQueueType |
SimpleDistributionQueue.getType() |
Modifier and Type | Method and Description |
---|---|
DistributionQueue |
SimpleDistributionQueueProvider.getQueue(@NotNull String queueName,
@NotNull DistributionQueueType type) |
Modifier and Type | Method and Description |
---|---|
@NotNull DistributionQueueType |
DistributionQueue.getType()
get the type of this queue
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.