Package org.tmatesoft.sqljet.core.table
Interface ISqlJetRunnableWithLock
-
public interface ISqlJetRunnableWithLockInterface for actions (closures) which will be performed atomically with locking of database mutex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectrunWithLock(SqlJetDb db)
-
-
-
Method Detail
-
runWithLock
java.lang.Object runWithLock(SqlJetDb db) throws SqlJetException
- Throws:
SqlJetException
-
-