Uses of Class
com.aspectran.core.util.thread.AutoLock
-
Packages that use AutoLock Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.util.thread -
-
Uses of AutoLock in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return AutoLock Modifier and Type Method Description protected AutoLock
DefaultSession. lock()
Grab the lock on the session. -
Uses of AutoLock in com.aspectran.core.util.thread
Subclasses of AutoLock in com.aspectran.core.util.thread Modifier and Type Class Description static class
AutoLock.WithCondition
A reentrant lock with a condition that can be used in a try-with-resources statement.Methods in com.aspectran.core.util.thread that return AutoLock Modifier and Type Method Description AutoLock
AutoLock. lock()
Acquires the lock.
-