IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.test.lt.recorder.core.extensibility.UnsupportedPropertyException

Packages that use UnsupportedPropertyException
com.ibm.rational.test.lt.recorder.core.clients Generic recording clients provided by the recording framework. 
com.ibm.rational.test.lt.recorder.core.extensibility Classes and interfaces required to contribute recording components (clients, recorders...) 
com.ibm.rational.test.lt.recorder.core.session Provides the infrastructure for controlling a recording session. 
com.ibm.rational.test.lt.recorder.ui.actions Action abstract classes enabling extensions to contribute to the recording framework user interface. 
 

Uses of UnsupportedPropertyException in com.ibm.rational.test.lt.recorder.core.clients
 

Methods in com.ibm.rational.test.lt.recorder.core.clients that throw UnsupportedPropertyException
 Object AbstractExecutableClientDelegate.getProperty(String name)
           
 void AbstractExecutableClientDelegate.setProperty(String name, Object value)
           
 

Uses of UnsupportedPropertyException in com.ibm.rational.test.lt.recorder.core.extensibility
 

Methods in com.ibm.rational.test.lt.recorder.core.extensibility that throw UnsupportedPropertyException
 Object IClientContext.getBoundRecorderProperty(short recorderId, String propertyName)
          Returns a runtime property of a recorder bound to this client.
 Object IClientDecoratorContext.getClientProperty(String name)
          Returns a named runtime property of the client that client decorator is decorating.
 Object IRecordingComponentDelegate.getProperty(String name)
          Gets a runtime property of the delegate.
 Object BaseRecorderDelegate.getProperty(String name)
           
 Object BaseClientDelegate.getProperty(String name)
           
 Object IClientDecoratorContext.getRecorderProperty(String name)
          Returns a named runtime property of the recorder that the client decorator works for.
 void IClientDecoratorContext.setClientProperty(String name, Object value)
          Sets the value of a named runtime property of the client that client decorator is decorating.
 void IRecordingComponentDelegate.setProperty(String name, Object value)
          Sets the value of a runtime property of the delegate.
 void BaseRecorderDelegate.setProperty(String name, Object value)
           
 void BaseClientDelegate.setProperty(String name, Object value)
           
 

Uses of UnsupportedPropertyException in com.ibm.rational.test.lt.recorder.core.session
 

Methods in com.ibm.rational.test.lt.recorder.core.session that throw UnsupportedPropertyException
 Object IRecordingComponent.getProperty(String name)
          Gets a runtime property of the component.
 void IRecordingComponent.setProperty(String name, Object value)
          Sets the value of a runtime property of the component.
 

Uses of UnsupportedPropertyException in com.ibm.rational.test.lt.recorder.ui.actions
 

Methods in com.ibm.rational.test.lt.recorder.ui.actions that throw UnsupportedPropertyException
protected  IAnnotationStateHandler AbstractAnnotationAction.getAnnotationStateHandler(String annotationType)
          Returns the state handler for the specified annotation type.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.