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"

Field Summary
static java.lang.String RELEASE_LOCK_FEATURE
          ADL Identifier
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 void release(LockIdentifier id)
          Release the underlying lock acquired.
 

Field Detail

RELEASE_LOCK_FEATURE

public static final java.lang.String RELEASE_LOCK_FEATURE
ADL Identifier

See Also:
Constant Field Values
Method Detail

release

public void release(LockIdentifier id)
Release the underlying lock acquired.

Parameters:
id - - identifier of the lock requester