Class TransactionInfo
- java.lang.Object
-
- com.sun.messaging.jms.management.server.TransactionInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionInfo extends java.lang.Object implements java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLIENT_ID
Client IDstatic java.lang.String
CONNECTION_STRING
Object name of Connectionstatic java.lang.String
CREATION_TIME
Creation timestatic java.lang.String
NUM_ACKS
Number of acknowledgementsstatic java.lang.String
NUM_MSGS
Number of messagesstatic java.lang.String
STATE
Transaction state.static java.lang.String
STATE_LABEL
String representation of transaction state.static java.lang.String
TRANSACTION_ID
Transaction IDstatic java.lang.String
USER
User namestatic java.lang.String
XID
XID
-
-
-
Field Detail
-
CLIENT_ID
public static final java.lang.String CLIENT_ID
Client ID- See Also:
- Constant Field Values
-
CONNECTION_STRING
public static final java.lang.String CONNECTION_STRING
Object name of Connection- See Also:
- Constant Field Values
-
CREATION_TIME
public static final java.lang.String CREATION_TIME
Creation time- See Also:
- Constant Field Values
-
NUM_ACKS
public static final java.lang.String NUM_ACKS
Number of acknowledgements- See Also:
- Constant Field Values
-
NUM_MSGS
public static final java.lang.String NUM_MSGS
Number of messages- See Also:
- Constant Field Values
-
STATE
public static final java.lang.String STATE
Transaction state.- See Also:
- Constant Field Values
-
STATE_LABEL
public static final java.lang.String STATE_LABEL
String representation of transaction state.- See Also:
- Constant Field Values
-
TRANSACTION_ID
public static final java.lang.String TRANSACTION_ID
Transaction ID- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
User name- See Also:
- Constant Field Values
-
XID
public static final java.lang.String XID
XID- See Also:
- Constant Field Values
-
-