org.fusesource.fabric.activemq.facade
Interface NetworkBridgeViewFacade

All Superinterfaces:
org.apache.activemq.broker.jmx.NetworkBridgeViewMBean, org.apache.activemq.Service

public interface NetworkBridgeViewFacade
extends org.apache.activemq.broker.jmx.NetworkBridgeViewMBean

Author:
Hiram Chirino

Method Summary
 java.lang.String getId()
           
 
Methods inherited from interface org.apache.activemq.broker.jmx.NetworkBridgeViewMBean
getDequeueCounter, getEnqueueCounter, getLocalAddress, getLocalBrokerName, getRemoteAddress, getRemoteBrokerName, isCreatedByDuplex
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

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.