|
GemFire 6.6.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheListener | |
---|---|
com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
com.gemstone.gemfire.cache.client | The com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Uses of CacheListener in com.gemstone.gemfire.cache |
---|
Subinterfaces of CacheListener in com.gemstone.gemfire.cache | |
---|---|
interface |
RegionMembershipListener<K,V>
A listener that can be implemented to handle region membership events. |
interface |
RegionRoleListener<K,V>
A listener that can be implemented to handle region reliability membership events. |
Methods in com.gemstone.gemfire.cache that return CacheListener | |
---|---|
CacheListener<K,V> |
RegionAttributes.getCacheListener()
Deprecated. as of GemFire 5.0, use RegionAttributes.getCacheListeners() instead |
CacheListener<K,V>[] |
RegionAttributes.getCacheListeners()
Returns an array of all the cache listeners on this attributes. |
CacheListener<K,V> |
AttributesMutator.setCacheListener(CacheListener<K,V> aListener)
Deprecated. as of GemFire 5.0, use AttributesMutator.addCacheListener(com.gemstone.gemfire.cache.CacheListener or AttributesMutator.initCacheListeners(com.gemstone.gemfire.cache.CacheListener instead. |
Methods in com.gemstone.gemfire.cache with parameters of type CacheListener | |
---|---|
void |
AttributesMutator.addCacheListener(CacheListener<K,V> aListener)
Adds a cache listener to the end of the list of cache listeners on this region. |
void |
AttributesFactory.addCacheListener(CacheListener<K,V> aListener)
Deprecated. Adds a cache listener to the end of the list of cache listeners on this factory. |
RegionFactory<K,V> |
RegionFactory.addCacheListener(CacheListener<K,V> aListener)
Adds a cache listener to the end of the list of cache listeners on this factory. |
void |
AttributesMutator.initCacheListeners(CacheListener<K,V>[] newListeners)
Removes all cache listeners, calling CacheCallback.close() on each of them, and then adds each listener in the specified array. |
void |
AttributesFactory.initCacheListeners(CacheListener<K,V>[] newListeners)
Deprecated. Removes all cache listeners and then adds each listener in the specified array. |
RegionFactory<K,V> |
RegionFactory.initCacheListeners(CacheListener<K,V>[] newListeners)
Removes all cache listeners and then adds each listener in the specified array. |
void |
AttributesMutator.removeCacheListener(CacheListener<K,V> aListener)
Removes a cache listener from the list of cache listeners on this region. |
CacheListener<K,V> |
AttributesMutator.setCacheListener(CacheListener<K,V> aListener)
Deprecated. as of GemFire 5.0, use AttributesMutator.addCacheListener(com.gemstone.gemfire.cache.CacheListener or AttributesMutator.initCacheListeners(com.gemstone.gemfire.cache.CacheListener instead. |
void |
AttributesFactory.setCacheListener(CacheListener<K,V> aListener)
Deprecated. as of GemFire 5.0, use AttributesFactory.addCacheListener(com.gemstone.gemfire.cache.CacheListener instead. |
Uses of CacheListener in com.gemstone.gemfire.cache.client |
---|
Methods in com.gemstone.gemfire.cache.client with parameters of type CacheListener | |
---|---|
ClientRegionFactory<K,V> |
ClientRegionFactory.addCacheListener(CacheListener<K,V> aListener)
Adds a cache listener to the end of the list of cache listeners on this factory. |
ClientRegionFactory<K,V> |
ClientRegionFactory.initCacheListeners(CacheListener<K,V>[] newListeners)
Removes all cache listeners and then adds each listener in the specified array. |
Uses of CacheListener in com.gemstone.gemfire.cache.util |
---|
Classes in com.gemstone.gemfire.cache.util that implement CacheListener | |
---|---|
class |
CacheListenerAdapter<K,V>
Utility class that implements all methods in CacheListener
with empty implementations. |
class |
RegionMembershipListenerAdapter<K,V>
Utility class that implements all methods in RegionMembershipListener
with empty implementations. |
class |
RegionRoleListenerAdapter<K,V>
Utility class that implements all methods in RegionRoleListener with empty implementations. |
|
GemFire 6.6.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |