IBM WebSphere eXtreme ScaleTM, Release 6.1.0.5
ObjectGrid API Specification

Deprecated API


Contents
Deprecated Interfaces
com.ibm.websphere.objectgrid.security.plugins.MapAuthorization
          in WAS XD 6.1. Please use ObjectGridAuthorization to plug in authorization implementation. An ObjectGridAuthorization can be used to authorize permissions to ObjectGrid, ObjectMap, and JavaMap accesses. 
 

Deprecated Methods
com.ibm.websphere.objectgrid.ObjectGrid.associateKeyword(Serializable, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.get(Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.get(Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.getAll(List, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.getAll(List, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.getAllForUpdate(List, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.getAllForUpdate(List, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.getForUpdate(Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.getForUpdate(Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.insert(Object, Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.insert(Object, Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.invalidateUsingKeyword(Serializable, boolean)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.invalidateUsingKeyword(Serializable, boolean)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.put(Object, Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.put(Object, Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.putAll(Map, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.putAll(Map, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.setDefaultKeyword(Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.setDefaultKeyword(Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectGrid.setMapAuthorization(MapAuthorization)
          in WAS XD 6.1. Use setObjectGridAuthorization(ObjectGridAuthoirzation) instead to plug in custom authorizations. If both setMapAuthorization(MapAuthorization) and setObjectGridAuthorization(ObjectGridAuthoirzation) are used, ObjectGrid will use the provided MapAuthorization to authorize map accesses, even though this method is deprecated. 
com.ibm.websphere.objectgrid.JavaMap.touch(Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.touch(Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.JavaMap.update(Object, Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
com.ibm.websphere.objectgrid.ObjectMap.update(Object, Object, Serializable)
          Use Index or query function to get Objects with specific attributes 
 


IBM WebSphere eXtreme ScaleTM, Release 6.1.0.5
ObjectGrid API Specification

© Copyright International Business Machines Corp 2005-2008. All rights reserved.