Websphere MQ Everyplace

examples.os4690
Class TraceController

java.lang.Object
  |
  +--examples.os4690.TraceController

public class TraceController
extends java.lang.Object

Supplies common trace handler on/off controll to other classes within this package.


Field Summary
static short[] version
           
 
Constructor Summary
TraceController()
           
 
Method Summary
 void traceOff()
          Turns MQe trace off.
 void traceOn()
          Turns MQe trace on.
 
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

TraceController

public TraceController()
Method Detail

traceOn

public void traceOn()
             throws java.lang.Exception
Turns MQe trace on.

java.lang.Exception

traceOff

public void traceOff()
              throws java.lang.Exception
Turns MQe trace off.

java.lang.Exception

Websphere MQ Everyplace