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

Packages that use CountStatistic
javax.management.j2ee.statistics Provides the standard interfaces for accessing performance data from J2EE managed objects 
 

Uses of CountStatistic in javax.management.j2ee.statistics
 

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



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.