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, remove
public SimpleAgentDistributionQueue(DistributionQueue wrappedQueue, boolean isPaused, String agentName)
@NotNull public @NotNull DistributionQueueStatus getStatus()
DistributionQueue
getStatus
in interface DistributionQueue
getStatus
in class DistributionQueueWrapper
@NotNull public @NotNull DistributionQueueType getType()
DistributionQueue
public String getAgentName()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.