Class Counter
java.lang.Object
ee.jakarta.tck.concurrent.common.transaction.Counter
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getCount()
Get count of rows in test table to verify if a transaction was committed or rolled back.
-
Method Details
-
getCount
public static int getCount()Get count of rows in test table to verify if a transaction was committed or rolled back.- Returns:
- number of rows, or -1 if error occurred while attempting to access table.
-