com.ibm.websphere.management.statistics

Interface JMSProducerStats

All Superinterfaces:
JMSEndpointStats, Stats

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JMSProducerStats
  1. public interface JMSProducerStats
  2. extends JMSEndpointStats

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDestination()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.JMSEndpointStats
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getDestination

  1. java.lang.String getDestination( )
Deprecated.