Package org.prevayler.implementation

Examples of org.prevayler.implementation.TransactionGuide


    }
  }


  private void publishWithoutWorryingAboutNewSubscriptions(Capsule capsule) {
    TransactionGuide guide = guideFor(capsule);
    _journal.append(guide);
    notifySubscribers(guide);
  }
View Full Code Here


      // Count this transaction
      Turn turn = _nextTurn;
      _nextTurn = _nextTurn.next();
      _nextTransaction++;

      return new TransactionGuide(timestamp, turn);
    }
  }
View Full Code Here

TOP

Related Classes of org.prevayler.implementation.TransactionGuide

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.