Uses of Class
com.vaadin.flow.server.SessionLockEvent

Packages that use SessionLockEvent
Package
Description
 
  • Uses of SessionLockEvent in com.vaadin.flow.server

    Methods in com.vaadin.flow.server with parameters of type SessionLockEvent
    Modifier and Type
    Method
    Description
    default void
    SessionLockListener.lockAcquired(SessionLockEvent event)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked on the locking thread immediately after it has acquired the session lock for an outermost acquisition.
    default void
    SessionLockListener.lockReleased(SessionLockEvent event)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked on the locking thread immediately after the outermost lock hold has been released (the lock's hold count reached zero).
    default void
    SessionLockListener.lockRequested(SessionLockEvent event)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked on the locking thread immediately before it attempts to acquire the session lock for an outermost (non-reentrant) acquisition.