|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClientDecoratorContext
A client decorator context provides a IClientDecorator
with the necessary
getters and setters so the client decorator can operate.
IClientDecorator.init(IClientDecoratorContext)
Method Summary | |
---|---|
ClientConfiguration |
getClientConfiguration()
Returns the configuration of the client that the client decorator is decorating. |
Object |
getClientProperty(String name)
Returns a named runtime property of the client that client decorator is decorating. |
IRecorderLog |
getLog()
Returns an instance of a logger that can be used by the decorator to log messages, including errors and exceptions. |
RecorderConfiguration |
getRecorderConfiguration()
Returns the configuration of the recorder that the client decorator works for. |
Object |
getRecorderProperty(String name)
Returns a named runtime property of the recorder that the client decorator works for. |
void |
setClientProperty(String name,
Object value)
Sets the value of a named runtime property of the client that client decorator is decorating. |
Method Detail |
---|
Object getRecorderProperty(String name) throws UnsupportedPropertyException
name
- A property name
UnsupportedPropertyException
- If the recorder does not support the specified
property. Note that a recorder may support a property only in a specific time-frame (for
instance, only when the recorder is running).Object getClientProperty(String name) throws UnsupportedPropertyException
name
- A property name
UnsupportedPropertyException
- If the client does not support the specified
property. Note that a client may support a property only in a specific time-frame (for
instance, only when the client has not started yet).void setClientProperty(String name, Object value) throws UnsupportedPropertyException
name
- A property namevalue
- The property value
UnsupportedPropertyException
- If the client does not support setting the specified
property. Note that a client may support setting a property only in a specific time-frame (for
instance, only when the client has not started yet).ClientConfiguration getClientConfiguration()
RecorderConfiguration getRecorderConfiguration()
IRecorderLog getLog()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |