public interface IRecorderMonitorContext
IRecorderMonitor. The context provides access to the recording
framework features. Among others, it allows a monitor to amend the current session by
adding a new set of recorders and clients.| Modifier and Type | Method and Description |
|---|---|
void |
amendSession(String description,
RecordingSessionConfiguration configuration)
Merges a new recording session configuration into to the current session.
|
void |
dispatchMessage(Message message)
Dispatches a message to other recording components.
|
IRecorderLog |
getLog() |
IRecorderLog getLog()
void amendSession(String description, RecordingSessionConfiguration configuration)
A - (user-facing) description of the amendment.configuration - A recording session configuration that specifies the details
of the recorders and clients to be instantiated and launched in the current session.void dispatchMessage(Message message)
message.message - A message.© Copyright IBM Corp. 2013. All rights reserved.