Class SOAPMonitor

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, RootPaneContainer, WindowConstants

public class SOAPMonitor extends JFrame implements ActionListener, ChangeListener
This is a SOAP Monitor Application class. This class provides the user interface for deploying the SOAP monitor service and displaying data from the service.
Author:
Toshiyuki Kimura (toshi@apache.org), Brian Price (pricebe@us.ibm.com)
See Also:
  • Constructor Details

    • SOAPMonitor

      public SOAPMonitor()
      Constructor
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Main method for this class
      Parameters:
      args -
      Throws:
      Exception
    • start

      public void start()
      Frame is being displayed
    • stop

      public void stop()
      Method stop
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Listener to handle button actions
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e -
    • stateChanged

      public void stateChanged(ChangeEvent e)
      ChangeListener to handle tab actions
      Specified by:
      stateChanged in interface ChangeListener
      Parameters:
      e -