|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.transaction.DefaultTransactionSynchronizationFactory
public class DefaultTransactionSynchronizationFactory
Default implementation of TransactionSynchronizationFactory which takes an instance of
TransactionSynchronizationProcessor allowing you to create a TransactionSynchronization
using {create(Object) method.
| Constructor Summary | |
|---|---|
DefaultTransactionSynchronizationFactory(TransactionSynchronizationProcessor processor)
|
|
| Method Summary | |
|---|---|
org.springframework.transaction.support.TransactionSynchronization |
create(java.lang.Object key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTransactionSynchronizationFactory(TransactionSynchronizationProcessor processor)
| Method Detail |
|---|
public org.springframework.transaction.support.TransactionSynchronization create(java.lang.Object key)
create in interface TransactionSynchronizationFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||