Uses of Enum Class
org.frankframework.util.Locker.LockType
Packages that use Locker.LockType
-
Uses of Locker.LockType in org.frankframework.util
Subclasses with type arguments of type Locker.LockType in org.frankframework.utilMethods in org.frankframework.util that return Locker.LockTypeModifier and TypeMethodDescriptionstatic Locker.LockTypeReturns 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 TypeMethodDescriptionvoidLocker.setType(Locker.LockType type) Type for this lock: P(ermanent) or T(emporary).