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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Client IDstatic final String
Object name of Connectionstatic final String
Creation timestatic final String
Number of acknowledgementsstatic final String
Number of messagesstatic final String
Transaction state.static final String
String representation of transaction state.static final String
Transaction IDstatic final String
User namestatic final String
XID -
Method Summary
-
Field Details
-
CLIENT_ID
Client ID- See Also:
-
CONNECTION_STRING
Object name of Connection- See Also:
-
CREATION_TIME
Creation time- See Also:
-
NUM_ACKS
Number of acknowledgements- See Also:
-
NUM_MSGS
Number of messages- See Also:
-
STATE
Transaction state.- See Also:
-
STATE_LABEL
String representation of transaction state.- See Also:
-
TRANSACTION_ID
Transaction ID- See Also:
-
USER
User name- See Also:
-
XID
XID- See Also:
-