public class TransactionalInterceptorBase extends Object
| Constructor and Description |
|---|
TransactionalInterceptorBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endTransaction(TransactionManager tm,
Transaction tx) |
protected TransactionManager |
getTransactionManager() |
protected void |
handleException(javax.interceptor.InvocationContext ic,
Exception e,
Transaction tx) |
protected Object |
invokeInCallerTx(javax.interceptor.InvocationContext ic,
Transaction tx) |
protected Object |
invokeInNoTx(javax.interceptor.InvocationContext ic) |
protected Object |
invokeInOurTx(javax.interceptor.InvocationContext ic,
TransactionManager tm) |
protected void |
resetUserTransactionAvailability() |
protected void |
setUserTransactionAvailable(boolean available) |
protected Object invokeInOurTx(javax.interceptor.InvocationContext ic, TransactionManager tm) throws Exception
Exceptionprotected Object invokeInCallerTx(javax.interceptor.InvocationContext ic, Transaction tx) throws Exception
Exceptionprotected Object invokeInNoTx(javax.interceptor.InvocationContext ic) throws Exception
Exceptionprotected void handleException(javax.interceptor.InvocationContext ic,
Exception e,
Transaction tx)
throws Exception
Exceptionprotected void endTransaction(TransactionManager tm,
Transaction tx)
throws Exception
Exceptionprotected void setUserTransactionAvailable(boolean available)
protected void resetUserTransactionAvailability()
protected TransactionManager getTransactionManager()
Copyright © 2013. All Rights Reserved.