IBM WebSphere® DataPower® XC10 Appliance
Release 2.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.addEventListener(ObjectGridEventListener)
          This method is deprecated in version 7.1.1, use the ObjectGrid.addEventListener(EventListener) method. 
com.ibm.websphere.objectgrid.BackingMap.addMapEventListener(MapEventListener)
          This method is deprecated in version 7.1.1, use the BackingMap.addMapEventListener(EventListener) method. 
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.ObjectGridManager.getOverrideObjectGridConfigurations()
          This method is replaced in 7.1.1 with the getObjectGrid method that takes a ObjectGridConfigurations. 
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.ObjectGridManager.putOverrideObjectGridConfigurations(String, List)
          This method is replaced in 7.1.1 with the getObjectGrid method that takes a ObjectGridConfigurations. 
com.ibm.websphere.objectgrid.ObjectGrid.removeEventListener(ObjectGridEventListener)
          This method is deprecated in version 7.1.1, use the ObjectGrid.removeEventListener(EventListener) method. 
com.ibm.websphere.objectgrid.BackingMap.removeMapEventListener(MapEventListener)
          This method is deprecated in version 7.1.1, use the BackingMap.removeMapEventListener(EventListener) method. 
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.setEventListeners(List)
          This method is deprecated in version 7.1.1. Use the ObjectGrid.addEventListener(EventListener) or ObjectGrid.removeEventListener(EventListener) methods. Plug-ins that implement the ObjectGridLifecycleListener interface are automatically registered with the grid. Using this method will remove those automatically added listeners. 
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.BackingMap.setMapEventListeners(List)
          This method is deprecated in version 7.1.1. Use the BackingMap.addMapEventListener(EventListener) or BackingMap.removeMapEventListener(EventListener) methods. Plugins that implement the ObjectGridLifecycleListener interface are automatically registered with the grid. Using this method will remove those automatically added listeners. 
com.ibm.websphere.objectgrid.ObjectGridManager.setOverrideObjectGridConfigurations(Map)
          This method is replaced in 7.1.1 with the getObjectGrid method that takes a ObjectGridConfigurations. 
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 2.0 Client API Specification

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