org.apache.jmeter.protocol.jms.control.gui
Class JMSSubscriberGui
- ActionListener, ChangeListener, JMeterGUIComponent, Printable
public class JMSSubscriberGui
This is the GUI for JMS Subscriber
void | actionPerformed(ActionEvent event) - method from ActionListener
|
void | clearGui() - Clear the gui and return it to initial default values.
|
void | configure(TestElement el) - the implementation loads the URL and the soap action for the request.
|
TestElement | createTestElement()
|
String | getLabelResource() - Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language.
|
void | modifyTestElement(TestElement s) - Modifies a given TestElement to mirror the data in the gui components.
|
void | stateChanged(ChangeEvent event) - When the state of a widget changes, it will notify the gui. the method
then enables or disables certain parameters.
|
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
ON_MESSAGE_RSC
public static final String ON_MESSAGE_RSC
RECEIVE_RSC
public static final String RECEIVE_RSC
JMSSubscriberGui
public JMSSubscriberGui()
actionPerformed
public void actionPerformed(ActionEvent event)
method from ActionListener
clearGui
public void clearGui()
Clear the gui and return it to initial default values. This is necessary
because most gui classes are instantiated just once and re-used for
multiple test element objects and thus they need to be cleared between
use.
- clearGui in interface JMeterGUIComponent
- clearGui in interface AbstractJMeterGuiComponent
getLabelResource
public String getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language. The resource name is fixed,
and does not vary with the selected language.
Normally this method should be overriden in preference to overriding
getStaticLabel(). However where the resource name is not available or required,
getStaticLabel() may be overridden instead.
- getLabelResource in interface JMeterGUIComponent
stateChanged
public void stateChanged(ChangeEvent event)
When the state of a widget changes, it will notify the gui. the method
then enables or disables certain parameters.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.