Package com.tibco.tibjms.admin
Class DetailedTransactionInfo.ConsumerMessage
- java.lang.Object
- 
- com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessage
- 
- com.tibco.tibjms.admin.DetailedTransactionInfo.ConsumerMessage
 
 
- 
- Enclosing class:
- DetailedTransactionInfo
 
 public static class DetailedTransactionInfo.ConsumerMessage extends DetailedTransactionInfo.XAMessage This class represents a Message that is about to be consumed on commit.- Since:
- EMS 6.1
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetConsumerID()Get the consumer ID of the Consumer consuming this message.java.lang.StringtoString()- 
Methods inherited from class com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessagegetDestinationName, getDestinationType, getMessageID
 
- 
 
- 
- 
- 
Method Detail- 
getConsumerIDpublic long getConsumerID() Get the consumer ID of the Consumer consuming this message.- Returns:
- The consumer ID of the Consumer consuming this message or 0 if the consumer does not exist anymore.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- DetailedTransactionInfo.XAMessage
 
 
- 
 
-