Interface SystemMemberCacheEvent

All Superinterfaces:
SystemMembershipEvent
All Known Subinterfaces:
SystemMemberRegionEvent

@Deprecated public interface SystemMemberCacheEvent extends SystemMembershipEvent
Deprecated.
as of 7.0 use the management package instead
An event that describes an operation on a cache. Instances of this are delivered to a SystemMemberCacheListener when a a cache is created or closed.
Since:
GemFire 5.0
  • Method Details

    • getOperation

      Operation getOperation()
      Deprecated.
      Returns the actual operation that caused this event.
      Returns:
      the actual operation that caused this event