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

Quick Search    Search Deep

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

All Superinterfaces:
java.io.Serializable, Stats

public interface JMSSessionStats
extends Stats

Represents the statistics provided by a JMS Session

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
 JMSConsumerStats[] getConsumers()
           
 CountStatistic getDurableSubscriptionCount()
           
 CountStatistic getExpiredMessageCount()
           
 CountStatistic getMessageCount()
           
 TimeStatistic getMessageWaitTime()
           
 CountStatistic getPendingMessageCount()
           
 JMSProducerStats[] getProducers()
           
 
Methods inherited from interface javax.management.j2ee.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getProducers

public JMSProducerStats[] getProducers()

getConsumers

public JMSConsumerStats[] getConsumers()

getMessageCount

public CountStatistic getMessageCount()

getPendingMessageCount

public CountStatistic getPendingMessageCount()

getExpiredMessageCount

public CountStatistic getExpiredMessageCount()

getMessageWaitTime

public TimeStatistic getMessageWaitTime()

getDurableSubscriptionCount

public CountStatistic getDurableSubscriptionCount()