Websphere MQ Everyplace

examples.install
Class CreateQueueManager

java.lang.Object
  |
  +--examples.install.SimpleCreateQM
        |
        +--examples.install.CreateQueueManager
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener

public class CreateQueueManager
extends SimpleCreateQM
implements java.awt.event.KeyListener


Field Summary
static short[] version
           
 
Fields inherited from class examples.install.SimpleCreateQM
defChnlAttrRuleAlias, defQueueAdapter, defQueueDir, defRegDir, defRegSeparator, TEXT_LABEL_DEFAULT
 
Constructor Summary
CreateQueueManager(java.lang.String configFile)
          CreateQueueManager constructor.
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 void keyTyped(java.awt.event.KeyEvent e)
          Key Listener methods.
static void main(java.lang.String[] args)
          Start the application.
 
Methods inherited from class examples.install.SimpleCreateQM
createQMgr, createQMgr, defQMRegistry, defQMRegistry
 
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

CreateQueueManager

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

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

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Key Listener methods.

Specified by:
keyTyped in interface java.awt.event.KeyListener

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Specified by:
keyReleased in interface java.awt.event.KeyListener

main

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


Websphere MQ Everyplace