Uses of Enum Class
org.frankframework.util.Locker.LockType
Packages that use Locker.LockType
-
Uses of Locker.LockType in org.frankframework.util
Methods in org.frankframework.util that return Locker.LockTypeModifier and TypeMethodDescriptionLocker.getType()
static Locker.LockType
Returns the enum constant of this class with the specified name.static Locker.LockType[]
Locker.LockType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.util with parameters of type Locker.LockTypeModifier and TypeMethodDescriptionvoid
Locker.setType
(Locker.LockType type) Type for this lock: P(ermanent) or T(emporary).