org.jboss.ejb3.tx
Class BMTInterceptor
java.lang.Object
org.jboss.ejb3.tx.AbstractInterceptor
org.jboss.ejb3.tx.BMTInterceptor
- All Implemented Interfaces:
- org.jboss.aop.advice.Interceptor
- Direct Known Subclasses:
- StatefulBMTInterceptor, StatelessBMTInterceptor
public abstract class BMTInterceptor
- extends AbstractInterceptor
Comment
- Version:
- $Revision:72368 $
- Author:
- Bill Burke, Ole Husgaard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tm
protected final TransactionManager tm
BMTInterceptor
protected BMTInterceptor(TransactionManager tm)
handleInvocation
protected abstract Object handleInvocation(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
- Throws:
Throwable
invoke
public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
- Throws:
Throwable
Copyright © 2008 JBoss Inc.. All Rights Reserved.