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
    • Constructor Summary

      Constructors 
      Constructor and Description
      MQJMSAbstractIVT() 
    • Method Summary

      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
    • 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, 2015. All Rights Reserved.