org.fusesource.fabric.activemq.facade
Interface QueueViewFacade

All Superinterfaces:
org.apache.activemq.broker.jmx.DestinationViewMBean, org.apache.activemq.broker.jmx.QueueViewMBean

public interface QueueViewFacade
extends org.apache.activemq.broker.jmx.QueueViewMBean

Author:
Hiram Chirino

Method Summary
 java.lang.String getId()
           
 
Methods inherited from interface org.apache.activemq.broker.jmx.QueueViewMBean
copyMatchingMessagesTo, copyMatchingMessagesTo, copyMessageTo, cursorSize, doesCursorHaveMessagesBuffered, doesCursorHaveSpace, getCursorMemoryUsage, getCursorPercentUsage, getMessage, isCacheEnabled, isCursorFull, moveMatchingMessagesTo, moveMatchingMessagesTo, moveMessageTo, purge, removeMatchingMessages, removeMatchingMessages, removeMessage, retryMessage
 
Methods inherited from interface org.apache.activemq.broker.jmx.DestinationViewMBean
browse, browse, browseAsTable, browseAsTable, browseMessages, browseMessages, getAverageEnqueueTime, getBlockedProducerWarningInterval, getConsumerCount, getDequeueCount, getDispatchCount, getEnqueueCount, getExpiredCount, getInFlightCount, getMaxAuditDepth, getMaxEnqueueTime, getMaxPageSize, getMaxProducersToAudit, getMemoryLimit, getMemoryPercentUsage, getMemoryUsageByteCount, getMemoryUsagePortion, getMinEnqueueTime, getName, getOptions, getProducerCount, getQueueSize, getSlowConsumerStrategy, getSubscriptions, isAlwaysRetroactive, isPrioritizedMessages, isProducerFlowControl, isUseCache, resetStatistics, sendTextMessage, sendTextMessage, sendTextMessage, sendTextMessage, setAlwaysRetroactive, setBlockedProducerWarningInterval, setMaxAuditDepth, setMaxPageSize, setMaxProducersToAudit, setMemoryLimit, setMemoryUsagePortion, setProducerFlowControl, setUseCache
 

Method Detail

getId

java.lang.String getId()
                       throws java.lang.Exception
Returns:
a unique id for this resource, typically a JMX ObjectName
Throws:
java.lang.Exception


Copyright © 2013 Red Hat. All Rights Reserved.