KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.j2ee.statistics
Interface JMSEndpointStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JMSConsumerStats, JMSProducerStats
See Also:
Top Examples, Source Code

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  

Popular Tags