Uses of Enum
org.apache.commons.configuration2.sync.LockMode
Package
Description
The Configuration main package.
A package containing interfaces and classes related to synchronization of configurations.
-
Uses of LockMode in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionfinal void
Locks this object for the specified mode.final void
Releases a lock of this object that was obtained using theSynchronizerSupport.lock(LockMode)
method. -
Uses of LockMode in org.apache.commons.configuration2.sync
Modifier and TypeMethodDescriptionstatic LockMode
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 TypeMethodDescriptionvoid
Locks this object for the specified mode.void
Releases a lock of this object that was obtained using theSynchronizerSupport.lock(LockMode)
method.