|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TransactionEvent | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| Uses of TransactionEvent in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache with parameters of type TransactionEvent | |
|---|---|
void |
TransactionListener.afterCommit(TransactionEvent event)
Called after a successful commit of a transaction. |
void |
TransactionListener.afterFailedCommit(TransactionEvent event)
Called after an unsuccessful commit operation. |
void |
TransactionListener.afterRollback(TransactionEvent event)
Called after an explicit rollback of a transaction. |
void |
TransactionWriter.beforeCommit(TransactionEvent event)
Called before the transaction has finished committing, but after conflict checking. |
| Uses of TransactionEvent in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util with parameters of type TransactionEvent | |
|---|---|
void |
TransactionListenerAdapter.afterCommit(TransactionEvent event)
|
void |
TransactionListenerAdapter.afterFailedCommit(TransactionEvent event)
|
void |
TransactionListenerAdapter.afterRollback(TransactionEvent event)
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||