| java.lang.Object org.apache.lenya.transaction.Lock
Lock | public class Lock (Code) | | A lock on a transactionable.
version: $Id: Lock.java 473861 2006-11-12 03:51:14Z gregor $ |
Constructor Summary | |
protected | Lock(int version) Ctor. |
Lock | protected Lock(int version)(Code) | | Ctor.
Parameters: version - The version of the transactionable when it was locked. |
getVersion | public int getVersion()(Code) | | The version number. |
|
|