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.
    • Method Detail

      • 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.
      • dispatchMessage

        void dispatchMessage(Message message)
        Dispatches a message to other recording components. The message is distributed to the destination(s) specified in message.
        Parameters:
        message - A message.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.