public class JMSTransactionDetail extends TransactionDetail
KEY_CREATION_TIME, KEY_MSG_BODY_BUFFER, KEY_MSG_OP_TYPE, KEY_MSG_PAYLOAD, KEY_MSG_PROPERTIES, KEY_MSG_TYPE, KEY_TX_RELATED_MESSAGES, KEY_XID_AS_BASE64, KEY_XID_BRANCH_QUAL, KEY_XID_FORMAT_ID, KEY_XID_GLOBAL_TXID| Constructor and Description |
|---|
JMSTransactionDetail(Xid xid,
Transaction tx,
Long creation) |
| Modifier and Type | Method and Description |
|---|---|
String |
decodeMessagePayload(ServerMessage msg) |
Map<String,Object> |
decodeMessageProperties(ServerMessage msg) |
String |
decodeMessageType(ServerMessage msg) |
toJSONpublic JMSTransactionDetail(Xid xid, Transaction tx, Long creation) throws Exception
Exceptionpublic String decodeMessageType(ServerMessage msg)
decodeMessageType in class TransactionDetailpublic String decodeMessagePayload(ServerMessage msg)
decodeMessagePayload in class TransactionDetailpublic Map<String,Object> decodeMessageProperties(ServerMessage msg)
decodeMessageProperties in class TransactionDetailCopyright © 2012 JBoss by Red Hat. All Rights Reserved.