public abstract class AbstractCacheTransactionSynchronization extends Object implements CacheTransactionSynchronization
| Constructor and Description | 
|---|
AbstractCacheTransactionSynchronization(RegionFactory regionFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCurrentTransactionStartTimestamp()
What is the start time of this context object? 
 | 
void | 
transactionCompleted(boolean successful)
Callback that the underling resource transaction to which the owning
 Session was joined is in the "completed" stage. 
 | 
void | 
transactionCompleting()
Callback that the underling resource transaction to which the owning
 Session was joined is in the beginning stages of completing. 
 | 
void | 
transactionJoined()
Callback that owning Session has become joined to a resource transaction. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransactionResumed, transactionSuspendedpublic AbstractCacheTransactionSynchronization(RegionFactory regionFactory)
public long getCurrentTransactionStartTimestamp()
CacheTransactionSynchronizationgetCurrentTransactionStartTimestamp in interface CacheTransactionSynchronizationpublic final void transactionJoined()
CacheTransactionSynchronizationtransactionJoined in interface CacheTransactionSynchronizationpublic final void transactionCompleting()
CacheTransactionSynchronizationtransactionCompleting in interface CacheTransactionSynchronizationpublic void transactionCompleted(boolean successful)
CacheTransactionSynchronizationtransactionCompleted in interface CacheTransactionSynchronizationsuccessful - Was the resource transaction successful?Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.