Websphere MQ Everyplace

examples.helloworld
Class UnConfigure

java.lang.Object
  |
  +--examples.helloworld.UnConfigure

public class UnConfigure
extends java.lang.Object

Removes a queue manager created using the Configure program.


Field Summary
static short[] version
           
 
Constructor Summary
UnConfigure()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void undefine()
          Removes any definitions on the queue manager which were previously defined.
 
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

UnConfigure

public UnConfigure()
Method Detail

main

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

undefine

public static void undefine()
                     throws java.lang.Exception
Removes any definitions on the queue manager which were previously defined.

java.lang.Exception

Websphere MQ Everyplace