public interface IRecordingComponentContext
Modifier and Type | Method and Description |
---|---|
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.
|
IRecorderLog getLog()
void dispatchMessage(Message message)
message
.message
- A message.long currentTime()
ITimeReference getTimeReference()
short getComponentUniqueId()
© Copyright IBM Corp. 2013. All rights reserved.