org.objectweb.transaction.api.lock
Interface ReleaseLockFeature
- All Superinterfaces:
- Feature
- All Known Subinterfaces:
- ExclusiveLockFeature, ModeLockFeature
- public interface ReleaseLockFeature
- extends Feature
Abstract Feature Definition for a Lock Feature.
- Version:
- 0.1
- Author:
- Romain Rouvoy
- ADL:
- name="RELEASE_LOCK_FEATURE" value="release-lock-feature"
Fields inherited from interface org.objectweb.transaction.api.Feature |
FEATURE |
RELEASE_LOCK_FEATURE
public static final java.lang.String RELEASE_LOCK_FEATURE
- ADL Identifier
- See Also:
- Constant Field Values
release
public void release(LockIdentifier id)
- Release the underlying lock acquired.
- Parameters:
id
- - identifier of the lock requester