|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.tx.AbstractInterceptor
org.jboss.ejb3.tx.BMTInterceptor
org.jboss.ejb3.tx.StatelessBMTInterceptor
public class StatelessBMTInterceptor
EJB 3 13.6.1: If a stateless session bean instance starts a transaction in a business method or interceptor method, it must commit the transaction before the business method (or all its interceptor methods) returns.
| Field Summary |
|---|
| Fields inherited from class org.jboss.ejb3.tx.BMTInterceptor |
|---|
tm |
| Constructor Summary | |
|---|---|
StatelessBMTInterceptor(javax.transaction.TransactionManager tm)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
handleInvocation(org.jboss.aop.joinpoint.Invocation invocation)
|
| Methods inherited from class org.jboss.ejb3.tx.BMTInterceptor |
|---|
handleException, invoke |
| Methods inherited from class org.jboss.ejb3.tx.AbstractInterceptor |
|---|
getContainer, getName, resolveAnnotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatelessBMTInterceptor(javax.transaction.TransactionManager tm)
tm - | Method Detail |
|---|
public java.lang.Object handleInvocation(org.jboss.aop.joinpoint.Invocation invocation)
throws java.lang.Throwable
handleInvocation in class BMTInterceptorjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||