public abstract class SynchronizationEndpointInterceptor extends Object
| Constructor and Description | 
|---|
| SynchronizationEndpointInterceptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterOperationsBatchSynchronization(OperationsBatchData batchData)Triggered after synchronization batch of operations was completed successfully. | 
| void | afterTransactionSynchronization(TransactionData transactionData)Triggered after synchronization of a transaction was completed successfully. | 
| void | onTransactionConsolidationFailure(ConsolidationParticipantData participantData)Triggered when a consolidation for a specific distributed transaction participant is failed
 due to timeout or too much backlog accumulation while waiting for other participant parts. | 
public void onTransactionConsolidationFailure(ConsolidationParticipantData participantData)
participantData - the transaction participant data for which the consolidation failedpublic void afterTransactionSynchronization(TransactionData transactionData)
transactionData - the transaction datapublic void afterOperationsBatchSynchronization(OperationsBatchData batchData)
batchData - the batched operations dataCopyright © GigaSpaces.