Package com.tibco.tibjms.admin
Class DetailedTransactionInfo.XAMessage
- java.lang.Object
-
- com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessage
-
- Direct Known Subclasses:
DetailedTransactionInfo.ConsumerMessage
,DetailedTransactionInfo.ProducerMessage
- Enclosing class:
- DetailedTransactionInfo
public static class DetailedTransactionInfo.XAMessage extends java.lang.Object
Internal class extended by ConsumerMessage and ProducerMessage.
-
-
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()
-
-
-
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:
DestinationInfo.QUEUE_TYPE
,DestinationInfo.TOPIC_TYPE
,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 classjava.lang.Object
-
-