Class JmsLocalTransaction

  • All Implemented Interfaces:
    javax.resource.spi.LocalTransaction

    public class JmsLocalTransaction
    extends Object
    implements javax.resource.spi.LocalTransaction
    JMS Local transaction
    Author:
    Peter Antman ., Adrian Brock
    • Method Detail

      • begin

        public void begin()
                   throws javax.resource.ResourceException
        Specified by:
        begin in interface javax.resource.spi.LocalTransaction
        Throws:
        javax.resource.ResourceException
      • commit

        public void commit()
                    throws javax.resource.ResourceException
        Specified by:
        commit in interface javax.resource.spi.LocalTransaction
        Throws:
        javax.resource.ResourceException
      • rollback

        public void rollback()
                      throws javax.resource.ResourceException
        Specified by:
        rollback in interface javax.resource.spi.LocalTransaction
        Throws:
        javax.resource.ResourceException