An implementation of the lock store which saves locks into files on the local machine. Thus, multiple JVMs may share locks by reading and writing to the same files.
@author Mark Little (mark@arjuna.com)
@version $Id: BasicPersistentLockStore.java 2342 2006-03-30 13:06:17Z $
@since JTS 1.0.
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.