Lines Matching refs:handle

63     private int handle = -1;  field in _XFastPropertySet
97 if ( handle == -1) { in _setFastPropertyValue()
102 gValue = oObj.getFastPropertyValue(handle); in _setFastPropertyValue()
104 oObj.setFastPropertyValue(handle, sValue); in _setFastPropertyValue()
105 sValue = oObj.getFastPropertyValue(handle); in _setFastPropertyValue()
107 … log.println("Exception occurred while trying to change property with handle = " + handle); in _setFastPropertyValue()
110 … log.println("Exception occurred while trying to change property with handle = " + handle); in _setFastPropertyValue()
113 … log.println("Exception occurred while trying to change property with handle = " + handle); in _setFastPropertyValue()
116 … log.println("Exception occurred while trying to change property with handle = " + handle); in _setFastPropertyValue()
143 oObj.getFastPropertyValue(handle); in _getFastPropertyValue()
147 + handle +"'"); in _getFastPropertyValue()
152 + handle +"'"); in _getFastPropertyValue()
169 int handle = property.Handle; in getPropsToTest() local
170 log.println("Checking '" + name + "' with handle = " + handle); in getPropsToTest()
177 canChange = isChangeable(handle); in getPropsToTest()
179 handles.add(new Integer(handle)); in getPropsToTest()
184 handle = ((Integer)handles.elementAt(nr)).intValue(); in getPropsToTest()
187 private boolean isChangeable(int handle) { in isChangeable() argument
190 Object getProp = oObj.getFastPropertyValue(handle); in isChangeable()
196 log.println("Property with handle = " + handle in isChangeable()
199 oObj.setFastPropertyValue(handle, setValue); in isChangeable()
201 (!getProp.equals(oObj.getFastPropertyValue(handle))); in isChangeable()
204 log.println("Couldn't change Property with handle " + handle); in isChangeable()
206 log.println("Property with handle " + handle + " throws exception"); in isChangeable()
208 throw new StatusException("Property with handle " + handle in isChangeable()
211 log.println("Property with handle " + handle + " throws exception"); in isChangeable()
213 throw new StatusException("Property with handle " + handle in isChangeable()
216 log.println("Property with handle " + handle + " throws exception"); in isChangeable()
218 throw new StatusException("Property with handle " + handle in isChangeable()
221 log.println("Property with handle " + handle + " throws exception"); in isChangeable()
223 throw new StatusException("Property with handle " + handle in isChangeable()