KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.j2ee.statistics
Interface JTAStats

All Superinterfaces:
Stats
See Also:
Top Examples, Source Code

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


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


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

Popular Tags