public class LaTransactionSynchronizationRegistry.SynchronizationRegisterImpl extends Object implements SynchronizationRegister, Synchronization
| コンストラクタと説明 |
|---|
SynchronizationRegisterImpl(Transaction tx) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
afterCompletion(int status) |
void |
beforeCompletion() |
Object |
getResource(Object key) |
void |
putResource(Object key,
Object value) |
void |
registerInterposedSynchronization(Synchronization sync) |
public SynchronizationRegisterImpl(Transaction tx)
public void registerInterposedSynchronization(Synchronization sync) throws IllegalStateException
public void putResource(Object key, Object value) throws IllegalStateException
putResource インタフェース内 SynchronizationRegisterIllegalStateExceptionpublic Object getResource(Object key) throws IllegalStateException
getResource インタフェース内 SynchronizationRegisterIllegalStateExceptionpublic void beforeCompletion()
beforeCompletion インタフェース内 Synchronizationpublic void afterCompletion(int status)
afterCompletion インタフェース内 SynchronizationCopyright © 2015–2018 The DBFlute Project. All rights reserved.