public class SimpleAgentDistributionQueue extends DistributionQueueWrapper
| Constructor and Description |
|---|
SimpleAgentDistributionQueue(DistributionQueue wrappedQueue,
boolean isPaused,
String agentName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName() |
@NotNull DistributionQueueStatus |
getStatus()
get the status of the queue
|
@NotNull DistributionQueueType |
getType()
get the type of this queue
|
add, clear, getEntries, getEntry, getHead, getName, hasCapability, remove, removepublic SimpleAgentDistributionQueue(DistributionQueue wrappedQueue, boolean isPaused, String agentName)
@NotNull public @NotNull DistributionQueueStatus getStatus()
DistributionQueuegetStatus in interface DistributionQueuegetStatus in class DistributionQueueWrapper@NotNull public @NotNull DistributionQueueType getType()
DistributionQueuepublic String getAgentName()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.