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_list
The 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) void
LockHandle. addLock(Lock lock)
Adds a new lock to the locks for this handle.(package private) void
LockingQueue. addLock(Lock lock)
Adds a lock to the queue.(package private) void
LockingQueue. 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) void
LockingQueue. removeLock(Lock lock)
Removes a lock from the queue.
-