|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.services.locks.AbstractPool
org.apache.derby.impl.services.locks.SinglePool
public final class SinglePool
An implementation of LockFactory that uses a single pool
for the locks, i.e. all lock requests go through a single
point of synchronisation.
MT - Mutable - Container Object : Thread Aware
| Field Summary |
|---|
| Fields inherited from class org.apache.derby.impl.services.locks.AbstractPool |
|---|
deadlockMonitor, lockTable |
| Constructor Summary | |
|---|---|
SinglePool()
|
|
| Method Summary | |
|---|---|
protected LockTable |
createLockTable()
Create the LockSet object that keeps the locks. |
| Methods inherited from class org.apache.derby.impl.services.locks.AbstractPool |
|---|
anyoneBlocked, apply, areLocksHeld, areLocksHeld, clearLimit, createCompatibilitySpace, getWaitTimeout, init, isLockHeld, lockObject, makeVirtualLockTable, map, noLockWait, setLimit, transfer, unlock, unlockGroup, unlockGroup, validate, zeroDurationlockObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinglePool()
| Method Detail |
|---|
protected LockTable createLockTable()
LockSet object that keeps the locks.
createLockTable in class AbstractPoolLockSet
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||