KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > j2ee > statistics > JMSSessionStats

javax.management.j2ee.statistics
Interface JMSSessionStats

All Superinterfaces:
Stats
See Also:
Top Examples, Source Code

public JMSConsumerStats[] getConsumers()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CountStatistic getDurableSubscriptionCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CountStatistic getExpiredMessageCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CountStatistic getMessageCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TimeStatistic getMessageWaitTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CountStatistic getPendingMessageCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JMSProducerStats[] getProducers()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags