|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.transaction.ReadCommittedSoftLockFactoryImpl
public class ReadCommittedSoftLockFactoryImpl
A SoftLockFactory implementation which creates soft locks with Read-Committed isolation level
Constructor Summary | |
---|---|
ReadCommittedSoftLockFactoryImpl(String cacheName)
Create a new ReadCommittedSoftLockFactoryImpl instance for a cache |
Method Summary | |
---|---|
Set<SoftLock> |
collectAllSoftLocksForTransactionID(TransactionID transactionID)
Get a the soft locks of the specified transaction ID |
Set<TransactionID> |
collectExpiredTransactionIDs()
Get a Set of TransactionIDs for which the soft locks have expired |
SoftLock |
createSoftLock(TransactionID transactionID,
Object key,
Element newElement,
Element oldElement)
Create a new, unlocked soft lock |
Set<Object> |
getKeysInvisibleInContext(LocalTransactionContext currentTransactionContext)
Get a Set of keys protected by soft locks which must not be visible to a transaction context according to the isolation level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadCommittedSoftLockFactoryImpl(String cacheName)
cacheName
- the name of the cacheMethod Detail |
---|
public SoftLock createSoftLock(TransactionID transactionID, Object key, Element newElement, Element oldElement)
createSoftLock
in interface SoftLockFactory
transactionID
- the transaction ID under which the soft lock will operatekey
- the key of the Element this soft lock is protectingnewElement
- the new ElementoldElement
- the actual Element
public Set<Object> getKeysInvisibleInContext(LocalTransactionContext currentTransactionContext)
getKeysInvisibleInContext
in interface SoftLockFactory
currentTransactionContext
- the transaction context
public Set<TransactionID> collectExpiredTransactionIDs()
collectExpiredTransactionIDs
in interface SoftLockFactory
public Set<SoftLock> collectAllSoftLocksForTransactionID(TransactionID transactionID)
collectAllSoftLocksForTransactionID
in interface SoftLockFactory
transactionID
- the transaction ID
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |