|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JCAConnectionStats interface specifies the statistics provided by a JCA connection.
Method Summary | |
javax.management.ObjectName |
getConnectionFactory()
Returns the JCAConnectionFactory OBJECT_NAME of the managed object that identifies the connector’s connection factory for this connection. |
javax.management.ObjectName |
getManagedConnectionFactory()
Returns the JCAManagedConnectionFactory OBJECT_NAME of the managed object that identifies the connector’s managed connection factory for this connection. |
TimeStatistic |
getUseTime()
Returns the time spent using a connection. |
TimeStatistic |
getWaitTime()
Returns time spent waiting for a connection to be available. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public javax.management.ObjectName getConnectionFactory()
public javax.management.ObjectName getManagedConnectionFactory()
public TimeStatistic getWaitTime()
public TimeStatistic getUseTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |