org.apache.derby.iapi.store.raw
Interface RePreparable

All Known Implementing Classes:
PageBasicOperation

public interface RePreparable

An RePreparable operation is an operation that changed the state of the RawStore in the context of a transaction and the locks for this change can be reclaimed during recovery, following redo.


Method Summary
 void reclaimPrepareLocks(Transaction t, LockingPolicy locking_policy)
          reclaim locks associated with the changes in this log record.
 

Method Detail

reclaimPrepareLocks

public void reclaimPrepareLocks(Transaction t,
                                LockingPolicy locking_policy)
                         throws StandardException
reclaim locks associated with the changes in this log record.

Throws:
StandardException - Standard exception policy.

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.