org.jboss.seam.transaction
Class TransactionInterceptor
java.lang.Object
org.jboss.seam.transaction.TransactionInterceptor
- All Implemented Interfaces:
- Serializable
@Interceptor
public class TransactionInterceptor
- extends Object
- implements Serializable
Implements transaction propagation rules for Seam JavaBean components.
- Author:
- Gavin King, Shane Bryzak, Stuart Douglas
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionInterceptor
public TransactionInterceptor()
aroundInvoke
public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
throws Exception
- Throws:
Exception
Copyright © 2011 Seam Framework. All Rights Reserved.