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 ManagedBroker
public int getMemoryPercentUsage()
getMemoryPercentUsage
in interface ManagedBroker
public long getMemoryUsage()
getMemoryUsage
in interface ManagedBroker
public long getMemoryLimit()
getMemoryLimit
in interface ManagedBroker
public List<ManagedDestination> getDestinations()
getDestinations
in interface ManagedBroker
Copyright © 2021. All rights reserved.