org.jboss.seam.transaction
@Interceptor(stateless=false, around={RollbackInterceptor.class,ConversationInterceptor.class,BijectionInterceptor.class}) public class TransactionInterceptor extends AbstractInterceptor
Constructor and Description |
---|
TransactionInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
aroundInvoke(InvocationContext invocation) |
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled.
|
getComponent, setComponent
@AroundInvoke public Object aroundInvoke(InvocationContext invocation) throws Exception
Exception
public boolean isInterceptorEnabled()
OptimizedInterceptor
Copyright © 2015 Seam Framework. All Rights Reserved.