Skip navigation links
TIBCO Enterprise Message Service
com.tibco.tibjms.admin

Class DetailedTransactionInfo.XAMessage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDestinationName()
      Get the destination name to which this message was sent.
      int getDestinationType()
      Get the destination type to which this message was sent.
      java.lang.String getMessageID()
      Get the message ID of this message.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDestinationName

        public java.lang.String getDestinationName()
        Get the destination name to which this message was sent.
        Returns:
        the destination name to which this message was sent. Null indicates the destination could not be found.
      • getDestinationType

        public int getDestinationType()
        Get the destination type to which this message was sent. DestinationInfo.ALL_TYPE indicates the destination could not be found.
        Returns:
        the destination type to which this message was sent.
        See Also:
        com.tibco.tibjms.admin.DestinationInfo.QUEUE_TYPE, com.tibco.tibjms.admin.DestinationInfo.TOPIC_TYPE, com.tibco.tibjms.admin.DestinationInfo.ALL_TYPE
      • getMessageID

        public java.lang.String getMessageID()
        Get the message ID of this message.
        Returns:
        The message ID of this message. Null indicates the message ID could not be obtained or was disabled.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
TIBCO Enterprise Message Service

Copyright © Cloud Software Group, Inc. All rights reserved