Websphere MQ Everyplace

examples.awt
Class AwtMQeTrace

java.lang.Object
  |
  +--examples.awt.AwtMQeTrace

public class AwtMQeTrace
extends java.lang.Object

An AWT control panel for collecting and storing trace information.


Field Summary
static short[] version
          A version so we can find out what version of this class is on the classpath.
 
Method Summary
static void close()
          Closes the trace window an all associated objects.
static void open()
          Opens the trace window and displays it.
 
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
A version so we can find out what version of this class is on the classpath.

Method Detail

close

public static void close()
Closes the trace window an all associated objects.


open

public static final void open()
Opens the trace window and displays it.

If the trace window is already created, then it is made visible.

Trace handlers are plugged-in to the feed of trace information coming from the MQeTrace class.


Websphere MQ Everyplace