org.ow2.orchestra.pvm.internal.tx
Class StandardTransactionInterceptor
java.lang.Object
org.ow2.orchestra.pvm.internal.svc.Interceptor
org.ow2.orchestra.pvm.internal.tx.StandardTransactionInterceptor
- All Implemented Interfaces:
- CommandService
public class StandardTransactionInterceptor
- extends Interceptor
calls setRollbackOnly on the transaction in the environment in case an
exception occurs during execution of the command.
- Author:
- Tom Baeyens
| Fields inherited from class org.ow2.orchestra.pvm.internal.svc.Interceptor |
next |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardTransactionInterceptor
public StandardTransactionInterceptor()
execute
public <T> T execute(Command<T> command)
Copyright © 2011 OW2 Consortium. All Rights Reserved.