Apache JMeter
2.0.1.20050615

org.apache.jmeter.save
Interface SaveServiceConstants

All Known Implementing Classes:
SaveService, TestElementSaver

public interface SaveServiceConstants

This interface defines a number of constants used in the properties file that is used to indicate which portions of the results will be stored in the results files. It also contains constants representing XML tags, elements, etc.

Version:
$Revision: 1.7 $ $Date: 2004/02/13 02:40:54 $
Author:
Keith Cassell

Field Summary
static String ALL
          A properties file indicator for all of a series.
static String ASSERTION_RESULT_TAG_NAME
           
static String ASSERTION_RESULTS_FAILURE_MESSAGE_PROP
          The name of the property indicating which assertion results should be saved.
static String ASSERTION_RESULTS_PROP
          The name of the property indicating which assertion results should be saved.
static String BINARY
           
static String CSV
          Indicates that the results file should be in CSV format.
static String DATA_TYPE
           
static String DATABASE
          Indicates that the results should be stored in a database.
static String DEFAULT_DELIMITER_PROP
          The name of the property indicating which delimiter should be used when saving in a delimited values format.
static String ERROR
           
static String FAILURE
           
static String FAILURE_MESSAGE
           
static String FALSE
          A properties file indicator for false.
static String FIRST
          A properties file indicator for the first of a series.
static String LABEL
           
static String MILLISECONDS
          A properties file indicator for milliseconds.
static String NONE
          A properties file indicator for none.
static String OUTPUT_FORMAT_PROP
          The name of the property indicating which format should be used when saving the results, e.g., xml or csv.
static String PRESERVE
           
static String PRINT_FIELD_NAMES_PROP
          The name of the property indicating whether field names should be printed to a delimited file.
static String RESPONSE_CODE
           
static String RESPONSE_MESSAGE
           
static String SAMPLE_RESULT_TAG_NAME
           
static int SAVE_AS_CSV
          Indicates that results should be saved as comma-separated-values.
static int SAVE_AS_XML
          Indicates that results should be saved as XML.
static String SAVE_DATA_TYPE_PROP
          The name of the property indicating whether the data type should be saved.
static String SAVE_LABEL_PROP
          The name of the property indicating whether the label should be saved.
static String SAVE_RESPONSE_CODE_PROP
          The name of the property indicating whether the response code should be saved.
static String SAVE_RESPONSE_DATA_PROP
          The name of the property indicating whether the response data should be saved.
static String SAVE_RESPONSE_MESSAGE_PROP
          The name of the property indicating whether the response message should be saved.
static String SAVE_SUCCESSFUL_PROP
          The name of the property indicating whether the success indicator should be saved.
static String SAVE_THREAD_NAME_PROP
          The name of the property indicating whether the thread name should be saved.
static String SAVE_TIME_PROP
          The name of the property indicating whether the time should be saved.
static String SUCCESSFUL
           
static String THREAD_NAME
           
static String TIME
           
static String TIME_STAMP
           
static String TIME_STAMP_FORMAT_PROP
          The name of the property indicating whether the time stamp should be saved.
static String TRUE
          A properties file indicator for true.
static String XML
          Indicates that the results file should be in XML format.
static String XML_SPACE
           
 

Field Detail

XML

public static final String XML
Indicates that the results file should be in XML format.

See Also:
Constant Field Values

CSV

public static final String CSV
Indicates that the results file should be in CSV format.

See Also:
Constant Field Values

DATABASE

public static final String DATABASE
Indicates that the results should be stored in a database.

See Also:
Constant Field Values

TRUE

public static final String TRUE
A properties file indicator for true.

See Also:
Constant Field Values

FALSE

public static final String FALSE
A properties file indicator for false.

See Also:
Constant Field Values

MILLISECONDS

public static final String MILLISECONDS
A properties file indicator for milliseconds.

See Also:
Constant Field Values

NONE

public static final String NONE
A properties file indicator for none.

See Also:
Constant Field Values

FIRST

public static final String FIRST
A properties file indicator for the first of a series.

See Also:
Constant Field Values

ALL

public static final String ALL
A properties file indicator for all of a series.

See Also:
Constant Field Values

ASSERTION_RESULTS_FAILURE_MESSAGE_PROP

public static final String ASSERTION_RESULTS_FAILURE_MESSAGE_PROP
The name of the property indicating which assertion results should be saved.

See Also:
Constant Field Values

ASSERTION_RESULTS_PROP

public static final String ASSERTION_RESULTS_PROP
The name of the property indicating which assertion results should be saved.

See Also:
Constant Field Values

DEFAULT_DELIMITER_PROP

public static final String DEFAULT_DELIMITER_PROP
The name of the property indicating which delimiter should be used when saving in a delimited values format.

See Also:
Constant Field Values

OUTPUT_FORMAT_PROP

public static final String OUTPUT_FORMAT_PROP
The name of the property indicating which format should be used when saving the results, e.g., xml or csv.

See Also:
Constant Field Values

PRINT_FIELD_NAMES_PROP

public static final String PRINT_FIELD_NAMES_PROP
The name of the property indicating whether field names should be printed to a delimited file.

See Also:
Constant Field Values

SAVE_AS_XML

public static final int SAVE_AS_XML
Indicates that results should be saved as XML.

See Also:
Constant Field Values

SAVE_AS_CSV

public static final int SAVE_AS_CSV
Indicates that results should be saved as comma-separated-values.

See Also:
Constant Field Values

SAVE_DATA_TYPE_PROP

public static final String SAVE_DATA_TYPE_PROP
The name of the property indicating whether the data type should be saved.

See Also:
Constant Field Values

SAVE_LABEL_PROP

public static final String SAVE_LABEL_PROP
The name of the property indicating whether the label should be saved.

See Also:
Constant Field Values

SAVE_RESPONSE_CODE_PROP

public static final String SAVE_RESPONSE_CODE_PROP
The name of the property indicating whether the response code should be saved.

See Also:
Constant Field Values

SAVE_RESPONSE_DATA_PROP

public static final String SAVE_RESPONSE_DATA_PROP
The name of the property indicating whether the response data should be saved.

See Also:
Constant Field Values

SAVE_RESPONSE_MESSAGE_PROP

public static final String SAVE_RESPONSE_MESSAGE_PROP
The name of the property indicating whether the response message should be saved.

See Also:
Constant Field Values

SAVE_SUCCESSFUL_PROP

public static final String SAVE_SUCCESSFUL_PROP
The name of the property indicating whether the success indicator should be saved.

See Also:
Constant Field Values

SAVE_THREAD_NAME_PROP

public static final String SAVE_THREAD_NAME_PROP
The name of the property indicating whether the thread name should be saved.

See Also:
Constant Field Values

SAVE_TIME_PROP

public static final String SAVE_TIME_PROP
The name of the property indicating whether the time should be saved.

See Also:
Constant Field Values

TIME_STAMP_FORMAT_PROP

public static final String TIME_STAMP_FORMAT_PROP
The name of the property indicating whether the time stamp should be saved.

See Also:
Constant Field Values

PRESERVE

public static final String PRESERVE
See Also:
Constant Field Values

XML_SPACE

public static final String XML_SPACE
See Also:
Constant Field Values

ASSERTION_RESULT_TAG_NAME

public static final String ASSERTION_RESULT_TAG_NAME
See Also:
Constant Field Values

BINARY

public static final String BINARY
See Also:
Constant Field Values

DATA_TYPE

public static final String DATA_TYPE
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values

FAILURE

public static final String FAILURE
See Also:
Constant Field Values

FAILURE_MESSAGE

public static final String FAILURE_MESSAGE
See Also:
Constant Field Values

LABEL

public static final String LABEL
See Also:
Constant Field Values

RESPONSE_CODE

public static final String RESPONSE_CODE
See Also:
Constant Field Values

RESPONSE_MESSAGE

public static final String RESPONSE_MESSAGE
See Also:
Constant Field Values

SAMPLE_RESULT_TAG_NAME

public static final String SAMPLE_RESULT_TAG_NAME
See Also:
Constant Field Values

SUCCESSFUL

public static final String SUCCESSFUL
See Also:
Constant Field Values

THREAD_NAME

public static final String THREAD_NAME
See Also:
Constant Field Values

TIME

public static final String TIME
See Also:
Constant Field Values

TIME_STAMP

public static final String TIME_STAMP
See Also:
Constant Field Values

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.