Interface ManagedBroker
- 
- All Known Implementing Classes:
 ManagedBrokerImpl
public interface ManagedBrokerA simple interface over our embedded ActiveMQ broker that is used to expose basic statistics and management functionality to the Karaf shell.- Author:
 - jwhite
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCurrentConnections()List<ManagedDestination>getDestinations()longgetMemoryLimit()intgetMemoryPercentUsage()longgetMemoryUsage() 
 - 
 
- 
- 
Method Detail
- 
getCurrentConnections
int getCurrentConnections()
 
- 
getMemoryPercentUsage
int getMemoryPercentUsage()
 
- 
getMemoryUsage
long getMemoryUsage()
 
- 
getMemoryLimit
long getMemoryLimit()
 
- 
getDestinations
List<ManagedDestination> getDestinations()
 
 - 
 
 -