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

Deprecated API


Contents
Deprecated Fields
com.ibm.websphere.objectgrid.client.ClientProperties.CLIENTPROPERTIESFILEPATHKEY
          The CLIENTPROPERTIESFILEPATHKEY is deprecated in version 7.0. Use the CLIENT_PROPS_FILE_PATH_KEY property. 
 

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.ObjectGridManager.connect(String, HostPortConnectionAttributes[], ClientSecurityConfiguration, URL)
          The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology. 
com.ibm.websphere.objectgrid.ObjectGridManager.connect(String, String, String, ClientSecurityConfiguration, URL)
          The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology. 
com.ibm.websphere.objectgrid.ObjectGridManager.connect(URL, String, ClientSecurityConfiguration, URL)
          The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology. 
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.ObjectGridManager.getObjectGridAdministrator(ClientClusterContext)
          The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology. 
com.ibm.websphere.objectgrid.Session.getViewMap(String)
          Stream query is deprecated in version 7.0. 
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.management.ServerMBean.modifyServerTraceSpec(String)
          This is deprecated in version 7.1. See DynamicServerMBean.setTraceSpec(String) 
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® DataPower® XC10 Appliance
Release 1.0 Client API Specification

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