Package net.sf.ehcache.transaction
Interface SoftLockFactory
-
- All Known Implementing Classes:
ReadCommittedSoftLockFactory
public interface SoftLockFactoryA factory of soft-locks supporting a specific isolation level.- Author:
- Chris Dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoftLocknewSoftLock(SoftLockManager manager, java.lang.Object key)Construct a new softlock to be managed by the given manager for a specific key.
-
-
-
Method Detail
-
newSoftLock
SoftLock newSoftLock(SoftLockManager manager, java.lang.Object key)
Construct a new softlock to be managed by the given manager for a specific key.- Parameters:
manager- soft lock managerkey- key to generate against- Returns:
- a new soft lock
-
-