public class ReadCommittedSoftLockFactory extends Object implements SoftLockFactory
Constructor and Description |
---|
ReadCommittedSoftLockFactory() |
Modifier and Type | Method and Description |
---|---|
ReadCommittedSoftLockImpl |
newSoftLock(SoftLockManager manager,
Object key)
Construct a new softlock to be managed by the given manager for a specific key.
|
public ReadCommittedSoftLockImpl newSoftLock(SoftLockManager manager, Object key)
newSoftLock
in interface SoftLockFactory
manager
- soft lock managerkey
- key to generate againstCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.