Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: JCAConnectionStats [javadoc | source]

All Implemented Interfaces:
    Stats

All Known Implementing Classes:
    JCAConnectionPoolStats

Represents the statistics provided by a JCA connection
Method from javax.management.j2ee.JCAConnectionStats Summary:
getConnectionFactory,   getManagedConnectionFactory,   getUseTime,   getWaitTime
Method from javax.management.j2ee.JCAConnectionStats Detail:
 public ObjectName getConnectionFactory()
 public Object getManagedConnectionFactory()
 public TimeStatistic getUseTime()
 public TimeStatistic getWaitTime()