JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apereo.cas.ticket.registry.support
Interface LockingStrategy
All Known Implementing Classes:
JpaLockingStrategy
,
NoOpLockingStrategy
public interface
LockingStrategy
Strategy pattern for defining a locking strategy in support of exclusive execution of some process.
Since:
3.3.6
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
acquire
()
Attempt to acquire the lock.
void
release
()
Release the lock if held.
Method Detail
acquire
boolean acquire()
Attempt to acquire the lock.
Returns:
True if lock was successfully acquired, false otherwise.
release
void release()
Release the lock if held. If the lock is not held nothing is done.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method