Uses of Interface
org.glassfish.j2ee.statistics.CountStatistic

Uses of CountStatistic in org.glassfish.j2ee.statistics
 

Methods in org.glassfish.j2ee.statistics that return CountStatistic
 CountStatistic JTAStats.getActiveCount()
          Number of active transactions.
 CountStatistic JCAConnectionPoolStats.getCloseCount()
          The number of connections closed
 CountStatistic JDBCConnectionPoolStats.getCloseCount()
          Number of connections closed.
 CountStatistic JTAStats.getCommittedCount()
          Number of committed transactions.
 CountStatistic JCAConnectionPoolStats.getCreateCount()
          The number of connections created
 CountStatistic JDBCConnectionPoolStats.getCreateCount()
          Number of connections created.
 CountStatistic EJBStats.getCreateCount()
          Number of times create was called.
 CountStatistic JMSSessionStats.getDurableSubscriptionCount()
          Number of durable subscriptions.
 CountStatistic JMSEndpointStats.getExpiredMessageCount()
          Number of messages that expired before delivery.
 CountStatistic JMSSessionStats.getExpiredMessageCount()
          Number of expired messages.
 CountStatistic JMSEndpointStats.getMessageCount()
          Number of messages sent or received.
 CountStatistic MessageDrivenBeanStats.getMessageCount()
          Number of messages received.
 CountStatistic JMSSessionStats.getMessageCount()
          Number of messages exchanged.
 CountStatistic JMSEndpointStats.getPendingMessageCount()
          Number of pending messages.
 CountStatistic JMSSessionStats.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 © 2012 GlassFish Community. All Rights Reserved.