public class ManagedDestinationImpl extends Object implements ManagedDestination
Constructor and Description |
---|
ManagedDestinationImpl(org.apache.activemq.command.ActiveMQDestination def,
org.apache.activemq.broker.region.Destination dest) |
Modifier and Type | Method and Description |
---|---|
long |
getDequeueCount() |
long |
getEnqueueCount() |
long |
getMessageCount() |
String |
getName() |
boolean |
isCursorFull() |
boolean |
isQueue() |
boolean |
isTemporary() |
boolean |
isTopic() |
void |
purge() |
public ManagedDestinationImpl(org.apache.activemq.command.ActiveMQDestination def, org.apache.activemq.broker.region.Destination dest)
public String getName()
getName
in interface ManagedDestination
public boolean isQueue()
isQueue
in interface ManagedDestination
public boolean isTopic()
isTopic
in interface ManagedDestination
public boolean isTemporary()
isTemporary
in interface ManagedDestination
public long getMessageCount()
getMessageCount
in interface ManagedDestination
public long getEnqueueCount()
getEnqueueCount
in interface ManagedDestination
public long getDequeueCount()
getDequeueCount
in interface ManagedDestination
public boolean isCursorFull()
isCursorFull
in interface ManagedDestination
public void purge() throws Exception
purge
in interface ManagedDestination
Exception
Copyright © 2021. All rights reserved.