Uses of Enum Class
org.frankframework.util.Locker.LockType
-
Uses of Locker.LockType in org.frankframework.util
Modifier 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.Modifier and TypeMethodDescriptionvoid
Locker.setType
(Locker.LockType type) Type for this lock: P(ermanent) or T(emporary).