Websphere MQ Everyplace

examples.install
Class DeleteQueueManager

java.lang.Object
  |
  +--examples.install.SimpleDeleteQM
        |
        +--examples.install.DeleteQueueManager

public class DeleteQueueManager
extends SimpleDeleteQM


Field Summary
static short[] version
           
 
Constructor Summary
DeleteQueueManager(java.lang.String configFile)
          DeleteQueueManager constructor.
 
Method Summary
 examples.install.DeleteQueueManager.deleteQMFrame buildFrame()
          buildFrame - build the GUI Frame and populate it.
 boolean confirmDetails()
          confirmDetails - display the details and seek confirmation.
static void main(java.lang.String[] args)
          Start the application.
 
Methods inherited from class examples.install.SimpleDeleteQM
deleteConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static short[] version
Constructor Detail

DeleteQueueManager

public DeleteQueueManager(java.lang.String configFile)
DeleteQueueManager constructor. Construct the frame to collect the user input, and show it.

Parameters:
configFile - Name of the configuration file; can be null
Method Detail

buildFrame

public examples.install.DeleteQueueManager.deleteQMFrame buildFrame()
buildFrame - build the GUI Frame and populate it. This uses a deleteQMFrame, which is an AwtFrame extended with an Action routine. It is defined in an inner class.

Returns:
The built frame.

confirmDetails

public boolean confirmDetails()
confirmDetails - display the details and seek confirmation. This is called from the superclass method deleteConfiguration(...)

Overrides:
confirmDetails in class SimpleDeleteQM
Returns:
'true' if the user confirms, 'false' otherwise

main

public static void main(java.lang.String[] args)
Start the application.


Websphere MQ Everyplace