javax.management.j2ee.statistics
Interface JMSProducerStats

All Superinterfaces:
JMSEndpointStats, Stats

public interface JMSProducerStats
extends JMSEndpointStats

Specifies the statistics provided by a JMS message producer

Author:
Guillaume Sauthier

Method Summary
 java.lang.String getDestination()
           
 
Methods 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 Detail

getDestination

java.lang.String getDestination()
Returns:
Returns a string that encapsulates the identity of the message destination.


Copyright © 2007 OW2 Consortium. All Rights Reserved.