Uses of Class
com.vaadin.flow.server.SessionLockEvent
Packages that use SessionLockEvent
-
Uses of SessionLockEvent in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type SessionLockEventModifier and TypeMethodDescriptiondefault voidSessionLockListener.lockAcquired(SessionLockEvent event) Invoked on the locking thread immediately after it has acquired the session lock for an outermost acquisition.default voidSessionLockListener.lockReleased(SessionLockEvent event) Invoked on the locking thread immediately after the outermost lock hold has been released (the lock's hold count reached zero).default voidSessionLockListener.lockRequested(SessionLockEvent event) Invoked on the locking thread immediately before it attempts to acquire the session lock for an outermost (non-reentrant) acquisition.