|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecordingComponentDelegate
A delegate is the component implemented by extending plugins that performs the actual
operations for initializing and managing the lifecycle of a recording component (a
recording component being either a recorder or a client). It works together with a
IRecordingComponentContext
. The context issues commands to the delegate, and
the delegate issues events to the context.
Method Summary | |
---|---|
Object |
getProperty(String name)
Gets a runtime property of the delegate. |
void |
messageReceived(Message message)
This method is invoked by the context when a message is sent to this delegate. |
void |
setProperty(String name,
Object value)
Sets the value of a runtime property of the delegate. |
Method Detail |
---|
void messageReceived(Message message)
message
- A message.Object getProperty(String name) throws UnsupportedPropertyException
name
- The property name
UnsupportedPropertyException
- If the delegate does not support the property
(either because it does not define such a property, or because the property is read
at an inappropriate time).void setProperty(String name, Object value) throws UnsupportedPropertyException
name
- The property name
UnsupportedPropertyException
- If the delegate does not support the property
(either because it does not define such a property, or because the property is set
at an inappropriate time).
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |