|
GemFire 6.6.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TransactionListener | |
|---|---|
| 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 TransactionListener in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return TransactionListener | |
|---|---|
TransactionListener |
CacheTransactionManager.getListener()
Deprecated. as of GemFire 5.0, use CacheTransactionManager.getListeners() instead |
TransactionListener[] |
CacheTransactionManager.getListeners()
Returns an array of all the transaction listeners on this cache. |
TransactionListener |
CacheTransactionManager.setListener(TransactionListener newListener)
Deprecated. as of GemFire 5.0, use CacheTransactionManager.addListener(com.gemstone.gemfire.cache.TransactionListener) or CacheTransactionManager.initListeners(com.gemstone.gemfire.cache.TransactionListener[]) instead. |
| Methods in com.gemstone.gemfire.cache with parameters of type TransactionListener | |
|---|---|
void |
CacheTransactionManager.addListener(TransactionListener aListener)
Adds a transaction listener to the end of the list of transaction listeners on this cache. |
void |
CacheTransactionManager.initListeners(TransactionListener[] newListeners)
Removes all transaction listeners, calling CacheCallback.close() on each of them, and then adds each listener in the specified array. |
void |
CacheTransactionManager.removeListener(TransactionListener aListener)
Removes a transaction listener from the list of transaction listeners on this cache. |
TransactionListener |
CacheTransactionManager.setListener(TransactionListener newListener)
Deprecated. as of GemFire 5.0, use CacheTransactionManager.addListener(com.gemstone.gemfire.cache.TransactionListener) or CacheTransactionManager.initListeners(com.gemstone.gemfire.cache.TransactionListener[]) instead. |
| Uses of TransactionListener in com.gemstone.gemfire.cache.util |
|---|
| Classes in com.gemstone.gemfire.cache.util that implement TransactionListener | |
|---|---|
class |
TransactionListenerAdapter
Utility class that implements all methods in TransactionListener
with empty implementations. |
|
GemFire 6.6.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||