javax.management.j2ee.statistics
Interface JMSProducerStats

All Superinterfaces:
JMSEndpointStats, Stats

public interface JMSProducerStats
extends JMSEndpointStats

Specifies the statistics provided by a JMS message producer.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 java.lang.String getDestination()
          Returns a string that encapsulates the identity of a message destination.
 
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

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

Returns:
The destination


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.