FileDocCategorySizeDatePackage
JCAConnectionStats.javaAPI DocGlassfish v2 API2885Fri May 04 22:34:04 BST 2007javax.management.j2ee.statistics

JCAConnectionStats

public interface JCAConnectionStats implements Stats
Specifies the statistics provided by a JCA connection

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetConnectionFactory()
Returns the associated JCAConnectionFactory OBJECT_NAME

return
String the OBJECT_NAME of the managed object that identifies the connection factory for this connection

public java.lang.StringgetManagedConnectionFactory()
Returns the associated JCAManagedConnectionFactory OBJECT_NAME

return
String the OBJECT_NAME of the managed object that identifies the managed connection factory for this connection

public TimeStatisticgetUseTime()
Returns the time spent using a connection

return
TimeStatistic

public TimeStatisticgetWaitTime()
Returns the time spent waiting for a connection to be available

return
TimeStatistic