com.ibm.rational.test.lt.recorder.core.config

Class RecorderConfiguration

  • All Implemented Interfaces:
    Serializable, Cloneable


    public class RecorderConfiguration
    extends AbstractTypedConfiguration
    A recorder configuration object, used for holding options related to a recorder.
    A configuration is usually produced by a UI component such as a wizard and consumed by a recorder delegate. It contains generic or recorder-specific options that influence the behavior of the recorder, based on the choices made by the user in the UI component.
    A configuration contains options, which consist of a name and a value. Basic types are supported for the values: boolean, integer, string, strings list, enum and maps. A configuration can be persisted as an XML document, and it can be reconstructed from the XML using ConfigurationFactory.
    See Also:
    Serialized Form
    • Field Detail

      • RECORDER_ACTIVE_ON_STARTUP

        public static final String RECORDER_ACTIVE_ON_STARTUP
        Boolean option that defines whether the recorder is active or paused upon recorder startup. Default: true.
      • RECORDER_DEBUG_PORT

        public static final String RECORDER_DEBUG_PORT
        Integer option that defines the java debugger port that the recorder should listen to, if launched as a separate process. If not specified, the recorder is not launched in debug mode.
      • RECORDER_DEBUG_SUSPEND

        public static final String RECORDER_DEBUG_SUSPEND
        Boolean option that defines whether the java application should wait until a debugger attaches it before starting. This option is applicable only if a recorder port has been specified. Its default value is true.
      • DEPLOYMENT_MODE

        public static final String DEPLOYMENT_MODE
        Enumeration option (of type DeploymentMode) that specifies whether the recorder should be executed locally (in the workbench) or remotely (in a separate VM), if the recorder supports both modes. The default value is DeploymentMode.LOCAL. This property is not taken into account if the recorder only supports one execution mode.
    • Constructor Detail

      • RecorderConfiguration

        public RecorderConfiguration(String type)
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.