Class AjpSamplerGui

    • Constructor Detail

      • AjpSamplerGui

        public AjpSamplerGui()
    • Method Detail

      • createTestElement

        public TestElement createTestElement()
        Description copied from class: HttpTestSampleGui
        JMeter test components are separated into a model and a GUI representation. The model holds the data and the GUI displays it. The GUI class is responsible for knowing how to create and initialize with data the model class that it knows how to display, and this method is called when new test elements are created.
        Specified by:
        createTestElement in interface JMeterGUIComponent
        Overrides:
        createTestElement in class HttpTestSampleGui
        Returns:
        the Test Element object that the GUI component represents.
      • getStaticLabel

        public String getStaticLabel()
        Description copied from interface: JMeterGUIComponent
        Get the component's label. This label is used in drop down lists that give the user the option of choosing one type of component in a list of many. It should therefore be a descriptive name for the end user to see. It must be unique to the class. It is also used by Help to find the appropriate location in the documentation. Normally getLabelResource() should be overridden instead of this method; the definition of this method in AbstractJMeterGuiComponent is intended for general use.
        Specified by:
        getStaticLabel in interface JMeterGUIComponent
        Overrides:
        getStaticLabel in class AbstractJMeterGuiComponent
        Returns:
        GUI label for the component.
        See Also:
        JMeterGUIComponent.getLabelResource()