com.ibm.mq.jms

Class MQJMSAbstractIVT

  • java.lang.Object
    • com.ibm.mq.jms.MQJMSAbstractIVT


  • public abstract class MQJMSAbstractIVT
    extends java.lang.Object
    Superclass for IVT - specifically PTP IVT
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.io.PrintWriter printWriter 
    • Constructor Summary

      Constructors 
      Constructor and Description
      MQJMSAbstractIVT() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void handleException(java.lang.Exception exception, java.io.PrintWriter stream) 
      static void runFrom(java.io.PrintWriter stream, java.lang.Class<?> c) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • printWriter

        public static java.io.PrintWriter printWriter
    • Constructor Detail

      • MQJMSAbstractIVT

        public MQJMSAbstractIVT()
    • Method Detail

      • handleException

        public void handleException(java.lang.Exception exception,
                                    java.io.PrintWriter stream)
        Parameters:
        exception -
        stream -
      • runFrom

        public static void runFrom(java.io.PrintWriter stream,
                                   java.lang.Class<?> c)
        Parameters:
        stream -
        c -
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.