|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hornetq.core.transaction.TransactionDetail
org.hornetq.jms.transaction.JMSTransactionDetail
public class JMSTransactionDetail
A JMSTransactionDetail
Field Summary |
---|
Fields inherited from class org.hornetq.core.transaction.TransactionDetail |
---|
KEY_CREATION_TIME, KEY_MSG_BODY_BUFFER, KEY_MSG_OP_TYPE, 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 Summary | |
---|---|
JMSTransactionDetail(Xid xid,
org.hornetq.core.transaction.Transaction tx,
Long creation)
|
Method Summary | |
---|---|
Map<String,Object> |
decodeMessageProperties(org.hornetq.core.server.ServerMessage msg)
|
String |
decodeMessageType(org.hornetq.core.server.ServerMessage msg)
|
Methods inherited from class org.hornetq.core.transaction.TransactionDetail |
---|
toJSON |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMSTransactionDetail(Xid xid, org.hornetq.core.transaction.Transaction tx, Long creation) throws Exception
Exception
Method Detail |
---|
public String decodeMessageType(org.hornetq.core.server.ServerMessage msg)
decodeMessageType
in class org.hornetq.core.transaction.TransactionDetail
public Map<String,Object> decodeMessageProperties(org.hornetq.core.server.ServerMessage msg)
decodeMessageProperties
in class org.hornetq.core.transaction.TransactionDetail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |