Uses of Interface
javax.management.j2ee.statistics.CountStatistic

Packages that use CountStatistic
javax.management.j2ee.statistics Provides statistics releated classes and interfaces.  
 

Uses of CountStatistic in javax.management.j2ee.statistics
 

Methods in javax.management.j2ee.statistics that return CountStatistic
 CountStatistic MessageDrivenBeanStats.getMessageCount()
          Returns the number of messages received.
 CountStatistic JVMStats.getUpTime()
          Returns the amount of time the JVM has been running.
 CountStatistic JTAStats.getActiveCount()
          Returns the number of active transactions.
 CountStatistic JTAStats.getCommittedCount()
          Returns the number of committed transactions.
 CountStatistic JTAStats.getRolledbackCount()
          Returns the number of rolled-back transactions.
 CountStatistic JMSSessionStats.getMessageCount()
          Returns the number of messages exchanged.
 CountStatistic JMSSessionStats.getPendingMessageCount()
          Returns the number of pending messages.
 CountStatistic JMSSessionStats.getExpiredMessageCount()
          Returns the number of expired messages.
 CountStatistic JMSSessionStats.getDurableSubscriptionCount()
          Returns the number of durable subscriptions.
 CountStatistic JMSEndpointStats.getMessageCount()
          Returns the number of messages sent or received.
 CountStatistic JMSEndpointStats.getPendingMessageCount()
          Returns the number of pending messages.
 CountStatistic JMSEndpointStats.getExpiredMessageCount()
          Returns the number of messages that expired before delivery.
 CountStatistic JDBCConnectionPoolStats.getCreateCount()
          Returns the number of connections created.
 CountStatistic JDBCConnectionPoolStats.getCloseCount()
          Returns the number of connections closed.
 CountStatistic JCAConnectionPoolStats.getCloseCount()
          Returns the number of connections closed.
 CountStatistic JCAConnectionPoolStats.getCreateCount()
          Returns the number of connections created.
 CountStatistic JavaMailStats.getSentMailCount()
          Returns the number of mail messages sent.
 CountStatistic EJBStats.getCreateCount()
          Returns the number of times the beans create method was called.
 CountStatistic EJBStats.getRemoveCount()
          Returns the number of times the beans remove method was called.
 



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