Ejemplo n.º 1
0
  /**
   * Creates a new instance of this txn for the same environment. No transactional locks are held by
   * this object, so no locks are retained. newNonTxnLocker is also called for the BuddyLocker.
   */
  public Locker newNonTxnLocker() throws DatabaseException {

    return new BuddyLocker(envImpl, buddy.newNonTxnLocker());
  }