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 PollCountStatisticImpl |
ConnectorStatistics.messagesCached |
protected PollCountStatisticImpl |
DestinationStatistics.messagesCached |
Modifier and Type | Method and Description |
---|---|
PollCountStatisticImpl |
ConnectorStatistics.getMessagesCached() |
PollCountStatisticImpl |
DestinationStatistics.getMessagesCached() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorStatistics.setMessagesCached(PollCountStatisticImpl messagesCached) |
void |
DestinationStatistics.setMessagesCached(PollCountStatisticImpl messagesCached) |
Modifier and Type | Method and Description |
---|---|
PollCountStatisticImpl |
PollCountStatisticImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
PollCountStatisticImpl.setParent(PollCountStatisticImpl parent) |
Constructor and Description |
---|
PollCountStatisticImpl(PollCountStatisticImpl parent,
String name,
String description) |
Copyright © 2005–2015. All rights reserved.