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

Method begin

java/jakarta/transaction/UserTransaction.java:31–31  ·  view source on GitHub ↗

Begins a new transaction for the current thread. @throws NotSupportedException if the transaction manager does not support transactions @throws SystemException if a system error occurred

()

Source from the content-addressed store, hash-verified

29 * @throws SystemException if a system error occurred
30 */
31 void begin() throws NotSupportedException, SystemException;
32
33 /**
34 * Commits the transaction associated with the current thread.

Calls

no outgoing calls