org.ow2.orchestra.pvm.internal.spring
Class CommandTransactionCallback<T>
java.lang.Object
org.ow2.orchestra.pvm.internal.spring.CommandTransactionCallback<T>
- All Implemented Interfaces:
- org.springframework.transaction.support.TransactionCallback
public class CommandTransactionCallback<T>
- extends Object
- implements org.springframework.transaction.support.TransactionCallback
- Author:
- Tom Baeyens
|
Method Summary |
T |
doInTransaction(org.springframework.transaction.TransactionStatus status)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandTransactionCallback
public CommandTransactionCallback(Command<T> command,
EnvironmentFactory environmentFactory)
doInTransaction
public T doInTransaction(org.springframework.transaction.TransactionStatus status)
- Specified by:
doInTransaction in interface org.springframework.transaction.support.TransactionCallback
Copyright © 2011 OW2 Consortium. All Rights Reserved.