| Package | Description | 
|---|---|
| org.apache.commons.configuration2 | 
 
 The Configuration main package. 
 | 
| org.apache.commons.configuration2.sync | 
 
 A package containing interfaces and classes related to synchronization of
 configurations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractConfiguration.lock(LockMode mode)
Locks this object for the specified mode. 
 | 
void | 
AbstractConfiguration.unlock(LockMode mode)
Releases a lock of this object that was obtained using the
  
SynchronizerSupport.lock(LockMode) method. | 
| Modifier and Type | Method and Description | 
|---|---|
static LockMode | 
LockMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LockMode[] | 
LockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SynchronizerSupport.lock(LockMode mode)
Locks this object for the specified mode. 
 | 
void | 
SynchronizerSupport.unlock(LockMode mode)
Releases a lock of this object that was obtained using the
  
SynchronizerSupport.lock(LockMode) method. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.