com.gemstone.gemfire.cache
Interface RegionEvent
- All Superinterfaces:
- CacheEvent
- All Known Subinterfaces:
- RoleEvent
public interface RegionEvent
- extends CacheEvent
Contains information about an event affecting a region, including
its identity and the circumstances of the event.
This is passed in to CacheListener and CacheWriter.
- Since:
- 2.0
- See Also:
CacheListener,
CacheWriter,
EntryEvent
|
Method Summary |
boolean |
isReinitializing()
Return true if this region was destroyed but is being reinitialized,
for example if a snapshot was just loaded. |
isReinitializing
boolean isReinitializing()
- Return true if this region was destroyed but is being reinitialized,
for example if a snapshot was just loaded. Can only return true for
an event related to region destruction.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.