org.tmatesoft.sqljet.core.table.engine
Interface ISqlJetEngineSynchronized


public interface ISqlJetEngineSynchronized

Interface for actions (closures) which will be performed atomically with locking of database mutex.


Method Summary
 java.lang.Object runSynchronized(SqlJetEngine engine)
           
 

Method Detail

runSynchronized

java.lang.Object runSynchronized(SqlJetEngine engine)
                                 throws SqlJetException
Throws:
SqlJetException