|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.lock.LockStrategyRepeatableRead
Transaction isolation level of Repeatable_Read. It prevents dirty read and non-repeatable read.
Dirty read allows (t1) write and then (t2) read within two separate threads, all without transaction commit.
Non-repeatable allows read allows (t1) read, (t2) write, and then (t1) read, all without transaction commit.
| Constructor Summary | |
LockStrategyRepeatableRead()
|
|
| Method Summary | |
Sync |
readLock()
Return a read lock object. |
java.lang.String |
toString()
|
Sync |
upgradeLockAttempt(long msecs)
Attempt to upgrade the current read lock to write lock with msecs timeout. |
Sync |
writeLock()
Return a write lock object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LockStrategyRepeatableRead()
| Method Detail |
public Sync readLock()
LockStrategy (src)
readLock in interface LockStrategy (src) LockStrategy.readLock()
public Sync upgradeLockAttempt(long msecs)
throws UpgradeException (src)
LockStrategy (src) msecs timeout.
upgradeLockAttempt in interface LockStrategy (src) msecs - Timeout in milliseconds.
UpgradeException (src) LockStrategy.upgradeLockAttempt(long)public Sync writeLock()
LockStrategy (src)
writeLock in interface LockStrategy (src) LockStrategy.writeLock()public java.lang.String toString()
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||