Class TransactionInfo
java.lang.Object
com.sun.messaging.jms.management.server.TransactionInfo
- All Implemented Interfaces:
- Serializable
This class contains constants/names for fields in the CompositeData that is returned by the operations of the
 Transaction Manager Monitor MBean.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringClient IDstatic final StringObject name of Connectionstatic final StringCreation timestatic final StringNumber of acknowledgementsstatic final StringNumber of messagesstatic final StringTransaction state.static final StringString representation of transaction state.static final StringTransaction IDstatic final StringUser namestatic final StringXID
- 
Method Summary
- 
Field Details- 
CLIENT_IDClient ID- See Also:
 
- 
CONNECTION_STRINGObject name of Connection- See Also:
 
- 
CREATION_TIMECreation time- See Also:
 
- 
NUM_ACKSNumber of acknowledgements- See Also:
 
- 
NUM_MSGSNumber of messages- See Also:
 
- 
STATETransaction state.- See Also:
 
- 
STATE_LABELString representation of transaction state.- See Also:
 
- 
TRANSACTION_IDTransaction ID- See Also:
 
- 
USERUser name- See Also:
 
- 
XIDXID- See Also:
 
 
-