Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionListenerAdapter.afterCommit(TransactionEvent event) |
void |
TransactionListenerAdapter.afterFailedCommit(TransactionEvent event) |
void |
TransactionListenerAdapter.afterRollback(TransactionEvent event) |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.