cacheRunner
Class LoggingCacheListener
java.lang.Object
cacheRunner.LoggingCacheCallback
cacheRunner.LoggingCacheListener
- All Implemented Interfaces:
- CacheCallback, CacheListener, Declarable
public class LoggingCacheListener
- extends LoggingCacheCallback
- implements CacheListener
A CacheListener that logs information about the events it
receives.
- Since:
- 4.0
- Author:
- GemStone Systems, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingCacheListener
public LoggingCacheListener()
afterCreate
public final void afterCreate(EntryEvent event)
- Specified by:
afterCreate in interface CacheListener
afterUpdate
public final void afterUpdate(EntryEvent event)
- Specified by:
afterUpdate in interface CacheListener
afterInvalidate
public final void afterInvalidate(EntryEvent event)
- Specified by:
afterInvalidate in interface CacheListener
afterDestroy
public final void afterDestroy(EntryEvent event)
- Specified by:
afterDestroy in interface CacheListener
afterRegionInvalidate
public final void afterRegionInvalidate(RegionEvent event)
- Specified by:
afterRegionInvalidate in interface CacheListener
afterRegionDestroy
public final void afterRegionDestroy(RegionEvent event)
- Specified by:
afterRegionDestroy in interface CacheListener
afterRegionClear
public final void afterRegionClear(RegionEvent event)
- Specified by:
afterRegionClear in interface CacheListener
afterRegionCreate
public final void afterRegionCreate(RegionEvent event)
- Specified by:
afterRegionCreate in interface CacheListener
afterRegionLive
public final void afterRegionLive(RegionEvent event)
- Specified by:
afterRegionLive in interface CacheListener
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.