IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Interface ObjectGridEventGroup


public interface ObjectGridEventGroup

This is a set of single method interfaces for fine grained events delivered for an ObjectGrid. Classes implementing these interfaces AND ObjectGridEventListener can receive these events. If an ObjectGridEventListener implements ANY of these interfaces that only the specific methods on the interfaces implemented will be called.

Since:
WAS XD 6.1, XC10
See Also:
ObjectGridEventListener

Nested Class Summary
static interface ObjectGridEventGroup.ShardEvents
          These events are fired when a shard is made a primary shard and when the shard is demoted from a primary.
static interface ObjectGridEventGroup.ShardLifecycle
          These events are fired when an ObjectGrid shard is initialized and destroyed.
static interface ObjectGridEventGroup.TransactionEvents
          These events are called every single transaction.
 


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.