Package org.apache.commons.configuration
Class Lock
java.lang.Object
org.apache.commons.configuration.Lock
A simple class acting as lock.
Instances of this class are used by some configuration classes to synchronize themselves.
- Since:
- 1.7
- Version:
- $Id: Lock.java 1301995 2012-03-17 20:24:16Z sebb $
- Author:
- Commons Configuration team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Lock
Creates a new instance ofLock
with the specified name.- Parameters:
name
- the name of this lock
-
-
Method Details