Class AutoCommitTransaction

  • All Implemented Interfaces:
    ServerTransaction

    public class AutoCommitTransaction
    extends Object
    implements ServerTransaction
    An implementation of ServerTransaction where each enqueue/dequeue operation takes place within it own transaction. Since there is no long-lived transaction, the commit and rollback methods of this implementation are empty.