Uses of Class
com.mckoi.database.Lock
-
Packages that use Lock Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of Lock in com.mckoi.database
Fields in com.mckoi.database declared as Lock Modifier and Type Field Description private Lock[]LockHandle. lock_listThe array of Lock objects that are being used in this locking process.Methods in com.mckoi.database with parameters of type Lock Modifier and Type Method Description (package private) voidLockHandle. addLock(Lock lock)Adds a new lock to the locks for this handle.(package private) voidLockingQueue. addLock(Lock lock)Adds a lock to the queue.(package private) voidLockingQueue. checkAccess(Lock lock)Looks at the queue and _blocks_ if the access to the table by the means specified in the lock is allowed or not.(package private) voidLockingQueue. removeLock(Lock lock)Removes a lock from the queue.
-