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

Deprecated API


Contents
Deprecated Interfaces
com.ibm.websphere.objectgrid.ClientReplicableMap
          The client replicated map function is deprecated in version 8.6. Use the com.ibm.websphere.objectgrid.continuousquery.ContinuousQueryManager function. 
com.ibm.websphere.objectgrid.plugins.ReplicationMapListener
          The client replicated map function is deprecated in version 8.6. Use the com.ibm.websphere.objectgrid.continuousquery.ContinuousQueryManager function. 
 

Deprecated Classes
com.ibm.websphere.xsa.RestValue
          Use the RestValue interface and the RestValueFactory. 
com.ibm.websphere.objectgrid.plugins.builtins.WebSphereTransactionCallback
          This plug-in is deprecated in version 8.5. Use the eXtreme Scale Resource Adapter (wxsra.rar). 
 

Deprecated Fields
com.ibm.websphere.objectgrid.BackingMap.DEFAULT_NUMBER_OF_BUCKETS
          Deprecated in 8.6. Buckets are no longer required. Use the BackingMap.isNearCacheEnabled() flag to disable the near cache in the ObjectGrid configuration XML file. 
 

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.ObjectGridManager.createObjectGrid(String, URL, boolean, boolean)
          Deprecated in version 8.6. XML validation is always enabled. Use instead. 
com.ibm.websphere.objectgrid.ObjectGridManager.createObjectGrids(URL, boolean, boolean)
          Deprecated in version 8.6. XML validation is always enabled. Use ObjectGridManager.createObjectGrids(URL, boolean) instead. 
com.ibm.websphere.objectgrid.BackingMap.getNumberOfBuckets()
          Deprecated in 8.6. Buckets are no longer required. Use the BackingMap.isNearCacheEnabled() flag to disable the near cache in the ObjectGrid configuration XML file. 
com.ibm.websphere.objectgrid.config.BackingMapConfiguration.getNumberOfBuckets()
          Deprecated in 8.6. Buckets are no longer required. Use the BackingMapConfiguration.isNearCacheEnabled() flag to disable the near cache in the ObjectGrid configuration XML file. 
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.management.PlacementServiceMBean.listVerifiedRoutingTable(String)
           
com.ibm.websphere.objectgrid.management.ServerMBean.modifyServerTraceSpec(String)
          This is deprecated in version 7.1. See DynamicServerMBean.setTraceSpec(String) 
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.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.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.BackingMap.setNumberOfBuckets(int)
          Deprecated in 8.6. Buckets are no longer required. Use the BackingMap.isNearCacheEnabled() flag to disable the near cache in the ObjectGrid configuration XML file. 
com.ibm.websphere.objectgrid.config.BackingMapConfiguration.setNumberOfBuckets(int)
          Deprecated in 8.6. Buckets are no longer required. Use the BackingMapConfiguration.isNearCacheEnabled() flag to disable the near cache in the ObjectGrid configuration XML file. 
com.ibm.websphere.objectgrid.ObjectGridManager.setOverrideObjectGridConfigurations(Map)
          This method is replaced in 7.1.1 with the getObjectGrid method that takes a ObjectGridConfigurations. 
 

Deprecated Enum Constants
com.ibm.websphere.objectgrid.ObjectMap.PutMode.INSERTUPDATE
          Deprecated in 8.6. Use the ObjectMap.PutMode.UPSERT enumeration. 
 


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

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