Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.j2ee
Interface JMSEndpointStats  view JMSEndpointStats download JMSEndpointStats.java

All Superinterfaces:
java.io.Serializable, Stats
All Known Subinterfaces:
JMSConsumerStats, JMSProducerStats

public interface JMSEndpointStats
extends Stats

Represents a statistics provided by a JMS message producer or a JMS message consumer

Version:
$Revision: 1.1 $

Revisions:

200112009 Andreas Schaefer:

  • Adjustment to the new JBoss guide lines and also adjustments to the latest JSR-77 specification

Method Summary
 CountStatistic getExpiredMessageCount()
           
 CountStatistic getMessageCount()
           
 TimeStatistic getMessageWaitTime()
           
 CountStatistic getPendingMessageCount()
           
 
Methods inherited from interface javax.management.j2ee.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getMessageCount

public CountStatistic getMessageCount()

getPendingMessageCount

public CountStatistic getPendingMessageCount()

getExpiredMessageCount

public CountStatistic getExpiredMessageCount()

getMessageWaitTime

public TimeStatistic getMessageWaitTime()