public class TransactionedCallable extends Object implements Callable, org.springframework.transaction.support.TransactionCallback
| Constructor and Description |
|---|
TransactionedCallable(org.springframework.transaction.support.TransactionTemplate txTemplate)
Constructs a TransactionedCallable.java.
|
TransactionedCallable(org.springframework.transaction.support.TransactionTemplate txTemplate,
org.springframework.transaction.support.TransactionCallback callback)
Constructs a TransactionedCallable.java.
|
public TransactionedCallable(org.springframework.transaction.support.TransactionTemplate txTemplate)
txTemplate - public TransactionedCallable(org.springframework.transaction.support.TransactionTemplate txTemplate, org.springframework.transaction.support.TransactionCallback callback)
txTemplate - callback - public Object call() throws Exception
call in interface CallableExceptionCallable.call()public Object doInTransaction(org.springframework.transaction.TransactionStatus txStatus)
doInTransaction in interface org.springframework.transaction.support.TransactionCallbackTransactionCallback.doInTransaction(org.springframework.transaction.TransactionStatus)Copyright © 2005–2015 The Kuali Foundation. All rights reserved.