Class TransactionItem


  • public final class TransactionItem
    extends Object

    Item of a TransactionSet. Keeps track of a message lock obtained by a JMS Session in the current transaction.

    • Constructor Detail

      • TransactionItem

        public TransactionItem​(int handle,
                               String messageID,
                               int deliveryMode,
                               LocalQueue destination)
        Constructor
    • Method Detail

      • getHandle

        public int getHandle()
      • setHandle

        public void setHandle​(int handle)
        Parameters:
        handle - the handle to set
      • getMessageId

        public String getMessageId()
      • getDeliveryMode

        public int getDeliveryMode()
      • getDestination

        public LocalQueue getDestination()