|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectGridConfiguration
An ObjectGridConfiguration object can be used to override ObjectGrid plugins on the
client side. The com.ibm.websphere.objectgrid.plugins.ObjectGridEventListener
and the com.ibm.websphere.objectgrid.plugins.TransactionCallback
Plugins can be overridden.
ObjectGridEventListener
,
TransactionCallback
Method Summary | |
---|---|
void |
addBackingMapConfiguration(BackingMapConfiguration backingMapConfiguration)
Add a BackingMapConfiguration to this ObjectGridConfiguration. |
void |
addPlugin(Plugin plugin)
Add a Plugin to this ObjectGridConfiguration. |
java.util.List |
getBackingMapConfigurations()
Get the List of BackingMapConfiguration objects that are attached to this ObjectGridConfiguration object |
java.lang.String |
getName()
Get the name of this ObjectGridConfiguration |
java.util.List |
getPlugins()
Get the Plugins that have been attached to this ObjectGridConfiguration. |
void |
setBackingMapConfigurations(java.util.List backingMapConfigList)
Set the BackingMapConfiguration objects for this ObjectGridConfiguration. |
void |
setPlugins(java.util.List pluginList)
Set the Plugins for this ObjectGridConfiguration. |
Method Detail |
---|
java.lang.String getName()
void addBackingMapConfiguration(BackingMapConfiguration backingMapConfiguration)
backingMapConfiguration
- void setBackingMapConfigurations(java.util.List backingMapConfigList)
backingMapConfigList
- - A List of BackingMapConfiguration
objects.BackingMapConfiguration
java.util.List getBackingMapConfigurations()
BackingMapConfiguration
objectsBackingMapConfiguration
void addPlugin(Plugin plugin)
Plugin
to this ObjectGridConfiguration. The Plugins that can be overridden on a
client-side ObjectGrid are com.ibm.websphere.objectgrid.plugins.ObjectGridEventListener
and com.ibm.websphere.objectgrid.plugins.TransactionCallback
.
plugin
- setPlugins(List)
,
Plugin
void setPlugins(java.util.List pluginList)
pluginList
- - a List of PluginsaddPlugin(Plugin)
,
Plugin
java.util.List getPlugins()
Plugin
objectsPlugin
|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |