Package com.tibco.tibjms.admin
Class DetailedTransactionInfo.ProducerMessage
- java.lang.Object
- 
- com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessage
- 
- com.tibco.tibjms.admin.DetailedTransactionInfo.ProducerMessage
 
 
- 
- Enclosing class:
- DetailedTransactionInfo
 
 public static class DetailedTransactionInfo.ProducerMessage extends DetailedTransactionInfo.XAMessage This class represents a Message that is about to be produced on commit.- Since:
- EMS 6.1
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimestamp()Get the timestamp, representing the time at which a message was created.java.lang.StringtoString()- 
Methods inherited from class com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessagegetDestinationName, getDestinationType, getMessageID
 
- 
 
- 
- 
- 
Method Detail- 
getTimestamppublic long getTimestamp() Get the timestamp, representing the time at which a message was created.- Returns:
- the time at which a message was created.
 0indicates the timestamp could not be obtained or was disabled.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- DetailedTransactionInfo.XAMessage
 
 
- 
 
-