|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecordingComponentContext
A generic context for recording components delegates. The context provides a log to log trace messages (errors, warnings, debug messages), and a mechanism for the delegate to send messages to the user.
Method Summary | |
---|---|
long |
currentTime()
Returns a value that corresponds to the current time. |
void |
dispatchMessage(Message message)
Dispatches a message to other recording components. |
short |
getComponentUniqueId()
Returns the unique ID, within the current recording session, of the recording component. |
IRecorderLog |
getLog()
Returns an instance of a logger that can be used by the delegate to log messages, including errors and exceptions. |
ITimeReference |
getTimeReference()
Returns the time reference that allows to convert back and forth time expressed in the recording session clock and times expressed in milliseconds. |
Method Detail |
---|
IRecorderLog getLog()
void dispatchMessage(Message message)
message
.
message
- A message.long currentTime()
ITimeReference getTimeReference()
short getComponentUniqueId()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |