TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ADMIN.DetailedTransactionInfo.ProducerMessage Class Reference

This class represents a Message that is about to be produced on commit. More...

Inheritance diagram for TIBCO.EMS.ADMIN.DetailedTransactionInfo.ProducerMessage:
TIBCO.EMS.ADMIN.DetailedTransactionInfo.XAMessage

Public Member Functions

override String ToString ()
 Gives a string representation of current objects data. More...
 
- Public Member Functions inherited from TIBCO.EMS.ADMIN.DetailedTransactionInfo.XAMessage
override String ToString ()
 Gives a string representation of current objects data. More...
 

Properties

long Timestamp [get]
 Get the timestamp, representing the time at which a message was created. More...
 
- Properties inherited from TIBCO.EMS.ADMIN.DetailedTransactionInfo.XAMessage
string DestinationName [get]
 Get the destination name to which this message was sent. More...
 
DestinationType Type [get]
 Get the destination type to which this message was sent. DestinationType.All indicates the destination could not be found. More...
 
string MessageID [get]
 Get the message ID of this message. More...
 

Detailed Description

This class represents a Message that is about to be produced on commit.

Member Function Documentation

override String TIBCO.EMS.ADMIN.DetailedTransactionInfo.ProducerMessage.ToString ( )
inline

Gives a string representation of current objects data.

Returns
String representation of current instance.

Property Documentation

long TIBCO.EMS.ADMIN.DetailedTransactionInfo.ProducerMessage.Timestamp
get

Get the timestamp, representing the time at which a message was created.

Returns
the time at which a message was created. 0 indicates the timestamp could not be obtained or was disabled.

Copyright © TIBCO Software Inc. All rights reserved.