TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
This class represents an XA transaction. More...
Public Member Functions | |
override string | ToString () |
Generate a string representation of this TransactionInfo. More... | |
Public Attributes | |
const char | TRANSACTION_ACTIVE = 'A' |
State of transaction is active. More... | |
const char | TRANSACTION_ENDSUCCESS = 'E' |
State of transaction is endsuccess. More... | |
const char | TRANSACTION_ROLLBACKONLY = 'R' |
State of transaction is rollbackonly. More... | |
const char | TRANSACTION_PREPARED = 'P' |
State of transaction is prepared. More... | |
const char | TRANSACTION_SUSPENDED = 'S' |
State of transaction is Suspended. More... | |
const char | TRANSACTION_UNKNOWN = 'U' |
State of transaction is unknown. More... | |
Properties | |
char | State [get] |
Returns the state of the transaction. More... | |
int | FormatId [get] |
Returns the format id of the transaction. More... | |
byte[] | BranchQualifier [get] |
Returns the branch qualifier of the transaction. More... | |
byte[] | GlobalTransactionId [get] |
Returns the global transaction id of the transaction. More... | |
This class represents an XA transaction.
|
inline |
Generate a string representation of this TransactionInfo.
const char TIBCO.EMS.ADMIN.TransactionInfo.TRANSACTION_ACTIVE = 'A' |
State of transaction is active.
const char TIBCO.EMS.ADMIN.TransactionInfo.TRANSACTION_ENDSUCCESS = 'E' |
State of transaction is endsuccess.
const char TIBCO.EMS.ADMIN.TransactionInfo.TRANSACTION_PREPARED = 'P' |
State of transaction is prepared.
const char TIBCO.EMS.ADMIN.TransactionInfo.TRANSACTION_ROLLBACKONLY = 'R' |
State of transaction is rollbackonly.
const char TIBCO.EMS.ADMIN.TransactionInfo.TRANSACTION_SUSPENDED = 'S' |
State of transaction is Suspended.
const char TIBCO.EMS.ADMIN.TransactionInfo.TRANSACTION_UNKNOWN = 'U' |
State of transaction is unknown.
|
get |
Returns the branch qualifier of the transaction.
|
get |
Returns the format id of the transaction.
|
get |
Returns the global transaction id of the transaction.
|
get |
Returns the state of the transaction.