Class 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 ID
      static java.lang.String CONNECTION_STRING
      Object name of Connection
      static java.lang.String CREATION_TIME
      Creation time
      static java.lang.String NUM_ACKS
      Number of acknowledgements
      static java.lang.String NUM_MSGS
      Number of messages
      static java.lang.String STATE
      Transaction state.
      static java.lang.String STATE_LABEL
      String representation of transaction state.
      static java.lang.String TRANSACTION_ID
      Transaction ID
      static java.lang.String USER
      User name
      static java.lang.String XID
      XID
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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_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