|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebSpherePMAdapter
This interface is used by J2EE applications, in particular CMP 2.x applications. It allows access to an ObjectMap instance, especially to those CMP beans which use ObjectGrid as their external cache. Usage: PMCacheOperation op = InitialContext.lookup(PMCacheOperation.JNDI_NAME); WebSpherePMAdapter adapter = (WebSpherePMAdapter)op.getCacheTransaction("app_name",readOnly); ObjectMap objectMap=adapter.getMap("map_name");
ObjectMap
,
ObjectGrid
Method Summary | |
---|---|
ObjectMap |
getMap(String name)
Retrieves an ObjectMap for transactional access to a ObjectGrid map. |
Method Detail |
---|
ObjectMap getMap(String name)
name
- the name of the map as defined in the configuration. Mostly it is
moduleName#BeanName
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |