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

Class ClientConfiguration

  • All Implemented Interfaces:
    Serializable, Cloneable


    public class ClientConfiguration
    extends AbstractTypedConfiguration
    A client configuration object, used for holding options related to a client.
    A configuration is usually produced by a UI component such as a wizard and consumed by a client delegate. It contains generic or client-specific options that influence the behavior of client, 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 and strings list. 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

      • CLIENT_DEBUG_PORT

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

        public static final String CLIENT_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 client should be executed locally (in the workbench) or remotely (in a separate VM), if the client supports both modes. The default value is DeploymentMode.LOCAL. This property is not taken into account if the client only supports one execution mode.
    • Constructor Detail

      • ClientConfiguration

        public ClientConfiguration(String type)
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.