@Interceptor @Priority(value=200) public class TransactionalInterceptorRequiresNew extends TransactionalInterceptorBase
Constructor and Description |
---|
TransactionalInterceptorRequiresNew() |
Modifier and Type | Method and Description |
---|---|
protected Object |
doIntercept(TransactionManager tm,
Transaction tx,
javax.interceptor.InvocationContext ic) |
Object |
intercept(javax.interceptor.InvocationContext ic) |
endTransaction, getTransactionManager, handleException, invokeInCallerTx, invokeInNoTx, invokeInOurTx, resetUserTransactionAvailability, setUserTransactionAvailable
public Object intercept(javax.interceptor.InvocationContext ic) throws Exception
intercept
in class TransactionalInterceptorBase
Exception
protected Object doIntercept(TransactionManager tm, Transaction tx, javax.interceptor.InvocationContext ic) throws Exception
doIntercept
in class TransactionalInterceptorBase
Exception
Copyright © 2017 JBoss by Red Hat. All rights reserved.