public class Lock extends Object
A simple class acting as lock.
Instances of this class are used by some configuration classes to synchronize themselves.
Constructor and Description |
---|
Lock(String name)
Creates a new instance of
Lock with the specified name. |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.