Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.management |
An implementation of the J2EE Management API
|
Modifier and Type | Field and Description |
---|---|
protected CountStatisticImpl |
DestinationStatistics.consumers |
protected CountStatisticImpl |
ConnectorStatistics.consumers |
protected CountStatisticImpl |
DestinationStatistics.dequeues |
protected CountStatisticImpl |
ConnectorStatistics.dequeues |
protected CountStatisticImpl |
DestinationStatistics.dispatched |
protected CountStatisticImpl |
DestinationStatistics.enqueues |
protected CountStatisticImpl |
ConnectorStatistics.enqueues |
protected CountStatisticImpl |
DestinationStatistics.expired |
protected CountStatisticImpl |
DestinationStatistics.inflight |
protected CountStatisticImpl |
DestinationStatistics.messages |
protected CountStatisticImpl |
ConnectorStatistics.messages |
protected CountStatisticImpl |
DestinationStatistics.producers |
Modifier and Type | Method and Description |
---|---|
CountStatisticImpl |
DestinationStatistics.getConsumers() |
CountStatisticImpl |
ConnectorStatistics.getConsumers() |
CountStatisticImpl |
DestinationStatistics.getDequeues() |
CountStatisticImpl |
ConnectionStatistics.getDequeues() |
CountStatisticImpl |
ConnectorStatistics.getDequeues() |
CountStatisticImpl |
DestinationStatistics.getDispatched() |
CountStatisticImpl |
DestinationStatistics.getEnqueues() |
CountStatisticImpl |
ConnectionStatistics.getEnqueues() |
CountStatisticImpl |
ConnectorStatistics.getEnqueues() |
CountStatisticImpl |
DestinationStatistics.getExpired() |
CountStatisticImpl |
DestinationStatistics.getInflight() |
CountStatisticImpl |
DestinationStatistics.getMessages() |
CountStatisticImpl |
ConnectorStatistics.getMessages() |
CountStatisticImpl |
DestinationStatistics.getProducers() |
Modifier and Type | Field and Description |
---|---|
protected CountStatisticImpl |
JMSEndpointStatsImpl.expiredMessageCount |
protected CountStatisticImpl |
JMSEndpointStatsImpl.messageCount |
protected CountStatisticImpl |
JMSEndpointStatsImpl.pendingMessageCount |
Modifier and Type | Method and Description |
---|---|
CountStatisticImpl |
JCAConnectionPoolStatsImpl.getCloseCount() |
CountStatisticImpl |
JCAConnectionPoolStatsImpl.getCreateCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getDurableSubscriptionCount() |
CountStatisticImpl |
JMSEndpointStatsImpl.getExpiredMessageCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getExpiredMessageCount() |
CountStatisticImpl |
JMSEndpointStatsImpl.getMessageCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getMessageCount() |
CountStatisticImpl |
CountStatisticImpl.getParent() |
CountStatisticImpl |
JMSEndpointStatsImpl.getPendingMessageCount() |
CountStatisticImpl |
JMSSessionStatsImpl.getPendingMessageCount() |
Modifier and Type | Method and Description |
---|---|
void |
CountStatisticImpl.setParent(CountStatisticImpl parent) |
protected void |
JMSEndpointStatsImpl.setParent(CountStatisticImpl child,
CountStatisticImpl parent) |
Copyright © 2005–2016. All rights reserved.