Uses of Class
com.aspectran.core.util.thread.Locker.Lock
-
Packages that use Locker.Lock Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.util.thread -
-
Uses of Locker.Lock in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return Locker.Lock Modifier and Type Method Description Locker.Lock
Session. lock()
Grab the lock on the session.Locker.Lock
Session. lockIfNotHeld()
Grab the lock on the session if it isn't locked already. -
Uses of Locker.Lock in com.aspectran.core.util.thread
Subclasses of Locker.Lock in com.aspectran.core.util.thread Modifier and Type Class Description class
Locker.UnLock
Methods in com.aspectran.core.util.thread that return Locker.Lock Modifier and Type Method Description Locker.Lock
Locker. lock()
Locker.Lock
Locker. lockIfNotHeld()
-