Deprecated API


Contents
Deprecated Fields
com.ibm.websphere.fabric.da.types.Score.EPSILON
          use the double precision version, EPSILON_AS_DOUBLE. Using this version in mathematical operations with double precision values may result in undesired loss of precision. The precision below which differences in scores are considered negligible. 
 

Deprecated Methods
com.ibm.websphere.fabric.da.types.Score.getScore()
          use of float frequently incurs loss of precision for standard numerical comparisons that DAs are interested in. Use Score.asDouble() instead. 
com.ibm.websphere.fabric.da.context.ContextComponentSupport.invokeInContext(Map, Map, ServiceProxy)
          Use ContextComponentSupport.invokeInContext(InvocationParamBlock). 
 



Copyright © 2002-2009 IBM. All Rights Reserved.