Interface ManagedBroker
-
- All Known Implementing Classes:
ManagedBrokerImpl
public interface ManagedBroker
A 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 int
getCurrentConnections()
java.util.List<ManagedDestination>
getDestinations()
long
getMemoryLimit()
int
getMemoryPercentUsage()
long
getMemoryUsage()
-
-
-
Method Detail
-
getCurrentConnections
int getCurrentConnections()
-
getMemoryPercentUsage
int getMemoryPercentUsage()
-
getMemoryUsage
long getMemoryUsage()
-
getMemoryLimit
long getMemoryLimit()
-
getDestinations
java.util.List<ManagedDestination> getDestinations()
-
-