org.apache.jmeter.protocol.jms.control.gui
Class JMSPublisherGui
- ActionListener, ChangeListener, JMeterGUIComponent, Printable
public class JMSPublisherGui
This is the GUI for JMS Publisher
Created on: October 13, 2003
JMSPublisherGui() - When constructing a new component, this takes care of basic tasks like
setting up the Name Panel and assigning the class's static label as the
name to start.
|
void | actionPerformed(ActionEvent event) - method from ActionListener
|
void | clearGui() - Provides a default implementation that resets the name field to the value of
getStaticLabel(), reset comment and sets enabled to true.
|
void | configure(TestElement el) - the implementation loads the URL and the soap action for the request.
|
TestElement | createTestElement()
|
String | getLabelResource() - the name of the property for the JMSPublisherGui is jms_publisher.
|
void | modifyTestElement(TestElement s) - Modifies a given TestElement to mirror the data in the gui components.
|
void | stateChanged(ChangeEvent event) - When a widget state changes, it will notify this class so we can
enable/disable the correct items.
|
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
USE_FILE_RSC
public static final String USE_FILE_RSC
USE_RANDOM_RSC
public static final String USE_RANDOM_RSC
JMSPublisherGui
public JMSPublisherGui()
When constructing a new component, this takes care of basic tasks like
setting up the Name Panel and assigning the class's static label as the
name to start.
actionPerformed
public void actionPerformed(ActionEvent event)
method from ActionListener
clearGui
public void clearGui()
Provides a default implementation that resets the name field to the value of
getStaticLabel(), reset comment and sets enabled to true. Your GUI may need more things
cleared, in which case you should override, clear the extra fields, and
still call super.clearGui().
- clearGui in interface JMeterGUIComponent
- clearGui in interface AbstractJMeterGuiComponent
stateChanged
public void stateChanged(ChangeEvent event)
When a widget state changes, it will notify this class so we can
enable/disable the correct items.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.