org.fusesource.fabric.activemq.facade
Interface SubscriptionViewFacade

All Superinterfaces:
org.apache.activemq.broker.jmx.SubscriptionViewMBean
All Known Subinterfaces:
DurableSubscriptionViewFacade

public interface SubscriptionViewFacade
extends org.apache.activemq.broker.jmx.SubscriptionViewMBean

Author:
Hiram Chirino

Method Summary
 java.lang.String getId()
           
 
Methods inherited from interface org.apache.activemq.broker.jmx.SubscriptionViewMBean
getClientId, getConnection, getConnectionId, getDequeueCounter, getDestinationName, getDispatchedCounter, getDispatchedQueueSize, getEnqueueCounter, getMaximumPendingMessageLimit, getMessageCountAwaitingAcknowledge, getPendingQueueSize, getPrefetchSize, getPriority, getSelector, getSessionId, getSubcriptionId, getSubcriptionName, getUserName, isActive, isDestinationQueue, isDestinationTemporary, isDestinationTopic, isDurable, isExclusive, isMatchingQueue, isMatchingTopic, isNetwork, isNoLocal, isRetroactive, isSlowConsumer, setSelector
 

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.