Searched defs:errorCode2 (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/test/java/com/sun/enterprise/transaction/jts/
H A DAppTest.java1344 private void _testCommit2PCWithXAExc(int errorCode1, int errorCode2, Class exType) { argument
1345 _testCommit2PCWithXAExc(errorCode1, errorCode2, true, exType, false);
1348 private void _testCommit2PCWithXAExc(int errorCode1, int errorCode2, boolean failOnCommit, Class exType) { argument
1349 _testCommit2PCWithXAExc(errorCode1, errorCode2, failOnCommit, exType, false);
1352 private void _testCommit2PCWithXAExc(int errorCode1, int errorCode2, Class exType, boolean isHeuristic) { argument
1353 _testCommit2PCWithXAExc(errorCode1, errorCode2, true, exType, isHeuristic);
1356 private void _testCommit2PCWithXAExc(int errorCode1, int errorCode2, boolean failOnCommit, Class exType, boolean isHeuristic) { argument
1374 theResource2.setCommitErrorCode(errorCode2);
1377 theResource2.setPrepareErrorCode(errorCode2);

Completed in 36 milliseconds