KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > j2ee > statistics > JCAConnectionStats

javax.management.j2ee.statistics
Interface JCAConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JCAConnectionPoolStats
See Also:
Top Examples, Source Code

public String getConnectionFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getManagedConnectionFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TimeStatistic getUseTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TimeStatistic getWaitTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags