IBM WebSphereTM eXtreme Scale, Release 8.6
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 ContinuousQueryManager function. 
com.ibm.websphere.objectgrid.management.CoreGroupServiceMBean
          This MBean interface is deprecated in 7.1. Use the CatalogServiceManagementMBean MBean interface. 
com.ibm.websphere.objectgrid.plugins.ObjectTransformer
          This plug-in is deprecated in version 7.1.1. Use the KeySerializerPlugin or ValueSerializerPlugin plug-in 
com.ibm.websphere.objectgrid.plugins.OptimisticCallback
          This plug-in is deprecated in version 7.1.1. Use the ValueSerializerPlugin with the ValueDataSerializer.Versionable mix-in interface. 
com.ibm.websphere.objectgrid.plugins.ReplicationMapListener
          The client replicated map function is deprecated in version 8.6. Use the ContinuousQueryManager function. 
 

Deprecated Classes
com.ibm.websphere.objectgrid.security.plugins.builtins.CertificateMappingAuthenticator
          This plug-in is deprecated in version 8.6. Use the LDAPAuthenticator, the KeyStoreLoginAuthenticator, or a custom Authenticator. 
com.ibm.websphere.objectgrid.security.plugins.builtins.LDAPAuthenticatorHelper
          This plug-in is deprecated in version 8.6. 
com.ibm.websphere.objectgrid.security.plugins.builtins.LDAPLoginModule
          This plug-in is deprecated in version 8.6. Use the SimpleLDAPLoginModule LoginModule. 
com.ibm.websphere.objectgrid.plugins.builtins.NoVersioningOptimisticCallback
          This plug-in is deprecated in version 7.1.1. Use the DataSerializer.DataAttributeInflatable plug-in with the ValueDataSerializer.Versionable mix-in interface. 
com.ibm.websphere.xsa.RestValue
            
com.ibm.websphere.objectgrid.plugins.builtins.TranPropListener
          This plug-in has been deprecated in version 7.1.1. See the JMSObjectGridEventListener plug-in for equivalent function. 
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 Exceptions
com.ibm.websphere.objectgrid.ObjectGridRPCException
          The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology. 
 

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. 
com.ibm.websphere.objectgrid.management.CoreGroupServiceMBean.HEARTBEAT_FREQUENCY_LEVEL_AGGRESSIVE
          This MBean interface is deprecated in 7.1. Use the CatalogServiceManagementMBean MBean interface. 
com.ibm.websphere.objectgrid.management.CoreGroupServiceMBean.HEARTBEAT_FREQUENCY_LEVEL_RELAXED
          This MBean interface is deprecated in 7.1. Use the CatalogServiceManagementMBean MBean interface. 
com.ibm.websphere.objectgrid.management.CoreGroupServiceMBean.HEARTBEAT_FREQUENCY_LEVEL_TYPICAL
          This MBean interface is deprecated in 7.1. Use the CatalogServiceManagementMBean MBean interface. 
com.ibm.websphere.objectgrid.server.CatalogServerProperties.PROP_JMX_SERVICE_PORT
          Deprecated in version 7.1. Use ServerProperties.PROP_JMX_SERVICE_PORT instead 
com.ibm.websphere.objectgrid.server.ServerProperties.PROP_XIO_WAITING_MESSAGE_QUEUE_LIMIT
          8.6.0 
com.ibm.websphere.objectgrid.server.ServerProperties.PROP_XIOCHANNELNAME_CONTAINER_TCP_NON_SECURE
          8.6 
com.ibm.websphere.objectgrid.server.ServerProperties.PROP_XIOCHANNELNAME_CONTAINER_TCP_SECURE
          8.6 
 

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.management.CoreGroupServiceMBean.getHeartBeatFrequencyLevel()
          This MBean interface is deprecated in 7.1. 
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.management.CoreGroupServiceMBean.setHeartBeatFrequencyLevel(int)
          This MBean interface is deprecated in 7.1. 
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 WebSphereTM eXtreme Scale, Release 8.6
API Specification

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