|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollCountStatisticImpl | |
---|---|
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.management | An implementation of the J2EE Management API |
Uses of PollCountStatisticImpl in org.apache.activemq.broker.region |
---|
Fields in org.apache.activemq.broker.region declared as PollCountStatisticImpl | |
---|---|
protected PollCountStatisticImpl |
DestinationStatistics.messagesCached
|
protected PollCountStatisticImpl |
ConnectorStatistics.messagesCached
|
Methods in org.apache.activemq.broker.region that return PollCountStatisticImpl | |
---|---|
PollCountStatisticImpl |
DestinationStatistics.getMessagesCached()
|
PollCountStatisticImpl |
ConnectorStatistics.getMessagesCached()
|
Methods in org.apache.activemq.broker.region with parameters of type PollCountStatisticImpl | |
---|---|
void |
DestinationStatistics.setMessagesCached(PollCountStatisticImpl messagesCached)
|
void |
ConnectorStatistics.setMessagesCached(PollCountStatisticImpl messagesCached)
|
Uses of PollCountStatisticImpl in org.apache.activemq.management |
---|
Methods in org.apache.activemq.management that return PollCountStatisticImpl | |
---|---|
PollCountStatisticImpl |
PollCountStatisticImpl.getParent()
|
Methods in org.apache.activemq.management with parameters of type PollCountStatisticImpl | |
---|---|
void |
PollCountStatisticImpl.setParent(PollCountStatisticImpl parent)
|
Constructors in org.apache.activemq.management with parameters of type PollCountStatisticImpl | |
---|---|
PollCountStatisticImpl(PollCountStatisticImpl parent,
String name,
String description)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |