Uses of Class
org.apache.activemq.management.PollCountStatisticImpl
-
Packages that use PollCountStatisticImpl 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 -
-
Uses of PollCountStatisticImpl in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as PollCountStatisticImpl Modifier and Type Field Description protected PollCountStatisticImpl
ConnectorStatistics. messagesCached
protected PollCountStatisticImpl
DestinationStatistics. messagesCached
Methods in org.apache.activemq.broker.region that return PollCountStatisticImpl Modifier and Type Method Description PollCountStatisticImpl
ConnectorStatistics. getMessagesCached()
PollCountStatisticImpl
DestinationStatistics. getMessagesCached()
Methods in org.apache.activemq.broker.region with parameters of type PollCountStatisticImpl Modifier and Type Method Description void
ConnectorStatistics. setMessagesCached(PollCountStatisticImpl messagesCached)
void
DestinationStatistics. setMessagesCached(PollCountStatisticImpl messagesCached)
-
Uses of PollCountStatisticImpl in org.apache.activemq.management
Methods in org.apache.activemq.management that return PollCountStatisticImpl Modifier and Type Method Description PollCountStatisticImpl
PollCountStatisticImpl. getParent()
Methods in org.apache.activemq.management with parameters of type PollCountStatisticImpl Modifier and Type Method Description void
PollCountStatisticImpl. setParent(PollCountStatisticImpl parent)
Constructors in org.apache.activemq.management with parameters of type PollCountStatisticImpl Constructor Description PollCountStatisticImpl(PollCountStatisticImpl parent, String name, String description)
-