IBM WebSphere® DataPower® XC10 Appliance
Release 1.0 Client API Specification

com.ibm.websphere.objectgrid.config
Interface PluginType

All Superinterfaces:
java.io.Serializable

public interface PluginType
extends java.io.Serializable

Every Plugin has a PluginType. The PluginType is specified during Plugin creation.

ObjectGridConfiguration objects support the following PluginTypes for overriding client-side ObjectGrid plugins:

BackingMapConfiguration objects support the following PluginTypes for overriding client-side BackingMap plugins:

Since:
WAS XD 6.0.1.2, XC10
See Also:
ObjectGridConfigFactory.createPlugin(PluginType, String)

Field Summary
static PluginType COLLISION_ARBITER
          PluginType.COLLISION_ARBITER can be used to attach a CollisionArbiter plugin to an ObjectGrid.
static PluginType EVICTOR
          PluginType.EVICTOR can be used to attach an Evictor to a BackingMap.
static PluginType MAP_EVENT_LISTENER
          PluginType.MAP_EVENT_LISTENER can be used to attach a MapEventListener to a BackingMap.
static PluginType OBJECTGRID_EVENT_LISTENER
          PluginType.OBJECTGRID_EVENT_LISTENER can be used to attach an ObjectGridEventListener plugin to an ObjectGrid
static PluginType TRANSACTION_CALLBACK
          PluginType.TRANSACTION_CALLBACK can be used to attach a TransactionCallback plugin to an ObjectGrid.
 

Field Detail

OBJECTGRID_EVENT_LISTENER

static final PluginType OBJECTGRID_EVENT_LISTENER
PluginType.OBJECTGRID_EVENT_LISTENER can be used to attach an ObjectGridEventListener plugin to an ObjectGrid


TRANSACTION_CALLBACK

static final PluginType TRANSACTION_CALLBACK
PluginType.TRANSACTION_CALLBACK can be used to attach a TransactionCallback plugin to an ObjectGrid.


COLLISION_ARBITER

static final PluginType COLLISION_ARBITER
PluginType.COLLISION_ARBITER can be used to attach a CollisionArbiter plugin to an ObjectGrid.


EVICTOR

static final PluginType EVICTOR
PluginType.EVICTOR can be used to attach an Evictor to a BackingMap.


MAP_EVENT_LISTENER

static final PluginType MAP_EVENT_LISTENER
PluginType.MAP_EVENT_LISTENER can be used to attach a MapEventListener to a BackingMap.


IBM WebSphere® DataPower® XC10 Appliance
Release 1.0 Client API Specification

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