Searched refs:reportHeuristics (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DTerminatorImpl.java222 * @param reportHeuristics Indicates whether heuristic exceptions
236 synchronized public void commit(boolean reportHeuristics) argument
250 coordTerm.commit(!reportHeuristics);
252 if (reportHeuristics) {
257 if (reportHeuristics) {
H A DCurrentImpl.java507 * @param reportHeuristics Indicates that heuristic exceptions should be
527 public void commit( boolean reportHeuristics )
633 term.commit(reportHeuristics);

Completed in 34 milliseconds