MCPcopy Create free account
hub / github.com/apache/tomcat / commit

Method commit

java/jakarta/transaction/Transaction.java:39–39  ·  view source on GitHub ↗

Commits the transaction. @throws RollbackException if the transaction has been marked for rollback only @throws HeuristicMixedException if the transaction was heuristically partitioned, with some resources committed and others rolled back @throws HeuristicRollbackException if the transactio

()

Source from the content-addressed store, hash-verified

37 * @throws SystemException if a system error occurred
38 */
39 void commit() throws RollbackException, HeuristicMixedException, HeuristicRollbackException, SecurityException,
40 IllegalStateException, SystemException;
41
42 /**

Callers 13

commitMethod · 0.65
terminateTransactionMethod · 0.65
commitMethod · 0.65
commitMethod · 0.65
commitMethod · 0.65
prepareResponseMethod · 0.65
doWriteMethod · 0.65
closeConnectionMethod · 0.65
closeMethod · 0.65
doFlushMethod · 0.65
closeMethod · 0.65

Calls

no outgoing calls

Tested by 1

commitMethod · 0.52