Class DetailedTransactionInfo.XAMessage

  • java.lang.Object
    • com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • 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