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

Method getStatus

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

Returns the status of this transaction. @return the transaction status, one of the Status constants @throws SystemException if a system error occurred

()

Source from the content-addressed store, hash-verified

71 * @throws SystemException if a system error occurred
72 */
73 int getStatus() throws SystemException;
74
75 /**
76 * Registers a synchronization callback with this transaction.

Callers 15

isActiveMethod · 0.95
logMethod · 0.65
validateAccessLogMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
verifyDenyResponseMethod · 0.65
testAllowOnlyMethod · 0.65
testDenyOnlyMethod · 0.65
testAllowDenyMethod · 0.65

Calls

no outgoing calls

Tested by 10

logMethod · 0.52
validateAccessLogMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
verifyDenyResponseMethod · 0.52
testAllowOnlyMethod · 0.52
testDenyOnlyMethod · 0.52
testAllowDenyMethod · 0.52