com.ibm.rational.test.lt.recorder.core.extensibility
Interface IRecorderMonitorContext
public interface IRecorderMonitorContext
Context for a 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.
getLog
IRecorderLog getLog()
amendSession
void amendSession(String description,
RecordingSessionConfiguration configuration)
- Merges a new recording session configuration into to the current session.
- Parameters:
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.
© Copyright IBM Corp. 2012. All rights reserved.