public class ManagedBrokerImpl extends Object implements ManagedBroker
| Constructor and Description | 
|---|
ManagedBrokerImpl(org.apache.activemq.broker.BrokerService brokerService)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCurrentConnections()  | 
List<ManagedDestination> | 
getDestinations()  | 
long | 
getMemoryLimit()  | 
int | 
getMemoryPercentUsage()  | 
long | 
getMemoryUsage()  | 
public ManagedBrokerImpl(org.apache.activemq.broker.BrokerService brokerService)
public int getCurrentConnections()
getCurrentConnections in interface ManagedBrokerpublic int getMemoryPercentUsage()
getMemoryPercentUsage in interface ManagedBrokerpublic long getMemoryUsage()
getMemoryUsage in interface ManagedBrokerpublic long getMemoryLimit()
getMemoryLimit in interface ManagedBrokerpublic List<ManagedDestination> getDestinations()
getDestinations in interface ManagedBrokerCopyright © 2020. All rights reserved.