org.apache.activemq.broker.jmx
Interface NetworkBridgeViewMBean

All Superinterfaces:
Service
All Known Implementing Classes:
NetworkBridgeView

public interface NetworkBridgeViewMBean
extends Service


Method Summary
 long getDequeueCounter()
           
 long getEnqueueCounter()
           
 String getLocalAddress()
           
 String getLocalBrokerName()
           
 String getRemoteAddress()
           
 String getRemoteBrokerName()
           
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

Method Detail

getLocalAddress

String getLocalAddress()

getRemoteAddress

String getRemoteAddress()

getRemoteBrokerName

String getRemoteBrokerName()

getLocalBrokerName

String getLocalBrokerName()

getEnqueueCounter

long getEnqueueCounter()

getDequeueCounter

long getDequeueCounter()


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.