Package | Description |
---|---|
javax.management.j2ee.statistics |
Provides the standard interfaces for accessing performance data from
J2EE managed objects
|
Modifier and Type | Method and Description |
---|---|
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 |
JDBCConnectionPoolStats.getCreateCount()
Number of connections created.
|
CountStatistic |
JCAConnectionPoolStats.getCreateCount()
The number of connections created
|
CountStatistic |
EJBStats.getCreateCount()
Number of times create was called.
|
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 |
MessageDrivenBeanStats.getMessageCount()
Number of messages received.
|
CountStatistic |
JMSSessionStats.getMessageCount()
Number of messages exchanged.
|
CountStatistic |
JMSEndpointStats.getMessageCount()
Number of messages sent or 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.