Class JMSProducerStatsImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.management.JMSEndpointStatsImpl
org.apache.activemq.management.JMSProducerStatsImpl
- All Implemented Interfaces:
Resettable, Statistic, Stats
Statistics for a JMS producer
-
Field Summary
Fields inherited from class JMSEndpointStatsImpl
expiredMessageCount, messageCount, messageRateTime, messageWaitTime, pendingMessageCount -
Constructor Summary
ConstructorsConstructorDescriptionJMSProducerStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, String destination) JMSProducerStatsImpl(JMSSessionStatsImpl sessionStats, jakarta.jms.Destination destination) -
Method Summary
Methods inherited from class JMSEndpointStatsImpl
getExpiredMessageCount, getMessageCount, getMessageRateTime, getMessageWaitTime, getPendingMessageCount, onMessage, reset, setEnabled, setParent, setParentMethods inherited from class StatsImpl
addStatistic, addStatistics, getStatistic, getStatisticNames, getStatistics, removeStatisticsMethods inherited from class StatisticImpl
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, updateSampleTime
-
Constructor Details
-
JMSProducerStatsImpl
-
JMSProducerStatsImpl
public JMSProducerStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, String destination)
-
-
Method Details
-
getDestination
-
toString
- Overrides:
toStringin classJMSEndpointStatsImpl
-
dump
- Overrides:
dumpin classJMSEndpointStatsImpl
-