java.lang.Object
org.mortbay.j2ee.session.StateInterceptor
org.mortbay.j2ee.session.AroundInterceptor
org.mortbay.j2ee.session.TransactionInterceptor
- All Implemented Interfaces:
- java.lang.Cloneable, State
- public class TransactionInterceptor
- extends AroundInterceptor
| Methods inherited from class org.mortbay.j2ee.session.AroundInterceptor |
getAttribute, getAttributeNameEnumeration, getAttributeNameStringArray, getAttributes, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, removeAttribute, setAttribute, setAttributes, setLastAccessedTime, setMaxInactiveInterval |
| Methods inherited from class org.mortbay.j2ee.session.StateInterceptor |
clone, getActualMaxInactiveInterval, getManager, getSession, getState, isValid, setManager, setSession, setState, start, stop, toString |
_log
protected static final org.jboss.logging.Logger _log
_theirTransaction
protected final java.lang.ThreadLocal _theirTransaction
_ctx
protected javax.naming.Context _ctx
TransactionInterceptor
public TransactionInterceptor()
getTransactionManager
protected javax.transaction.TransactionManager getTransactionManager()
before
protected void before()
- Specified by:
before in class AroundInterceptor
after
protected void after()
- Specified by:
after in class AroundInterceptor