Uses of Enum
org.apache.commons.configuration2.sync.LockMode
Packages that use 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
Methods in org.apache.commons.configuration2 with parameters of type LockModeModifier 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
Methods in org.apache.commons.configuration2.sync that return LockModeModifier 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.Methods in org.apache.commons.configuration2.sync with parameters of type LockModeModifier and TypeMethodDescriptionvoid
Locks this object for the specified mode.void
Releases a lock of this object that was obtained using theSynchronizerSupport.lock(LockMode)
method.