Package javax.management.j2ee.statistics
Interface JMSProducerStats
- All Superinterfaces:
JMSEndpointStats
,Stats
Specifies the statistics provided by a JMS message producer
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string that encapsulates the identity of the message destinationMethods inherited from interface javax.management.j2ee.statistics.JMSEndpointStats
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getDestination
String getDestination()Returns a string that encapsulates the identity of the message destination
-