Class LocalTransaction

  • All Implemented Interfaces:
    ServerTransaction

    public class LocalTransaction
    extends java.lang.Object
    implements ServerTransaction
    A concrete implementation of ServerTransaction where enqueue/dequeue operations share a single long-lived transaction. The caller is responsible for invoking commit() (or rollback()) as necessary.