Class MockUI.AlwaysLockedVaadinSession

java.lang.Object
com.vaadin.server.VaadinSession
com.vaadin.testbench.uiunittest.mocks.MockVaadinSession
com.vaadin.testbench.uiunittest.mocks.MockUI.AlwaysLockedVaadinSession
All Implemented Interfaces:
Serializable, EventListener, javax.servlet.http.HttpSessionBindingListener
Enclosing class:
MockUI

public static class MockUI.AlwaysLockedVaadinSession extends MockVaadinSession
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.vaadin.server.VaadinSession

    com.vaadin.server.VaadinSession.FutureAccess, com.vaadin.server.VaadinSession.State
  • Field Summary

    Fields inherited from class com.vaadin.server.VaadinSession

    browser, UI_PARAMETER
  • Constructor Summary

    Constructors
    Constructor
    Description
    AlwaysLockedVaadinSession(com.vaadin.server.VaadinService service, MockHttpSession session)
     
  • Method Summary

    Methods inherited from class com.vaadin.testbench.uiunittest.mocks.MockVaadinSession

    close, getCloseCount, getHttpSession, getLockInstance, getSession, lock, unlock

    Methods inherited from class com.vaadin.server.VaadinSession

    access, accessSynchronously, addBootstrapListener, addRequestHandler, addUI, addUIProvider, createConnectorId, getAllSessions, getAttribute, getAttribute, getBrowser, getCommunicationManager, getConfiguration, getConverterFactory, getCsrfToken, getCumulativeRequestDuration, getCurrent, getDragAndDropService, getErrorHandler, getForSession, getGlobalResourceHandler, getLastRequestDuration, getLastRequestTimestamp, getLocale, getNextConnectorId, getNextUIid, getPendingAccessQueue, getPushId, getRequestHandlers, getService, getState, getUIByEmbedId, getUIById, getUIProviders, getUIs, hasLock, hasLock, isClosing, modifyBootstrapResponse, refreshTransients, removeBootstrapListener, removeFromSession, removeRequestHandler, removeUI, removeUIProvider, setAttribute, setAttribute, setCommunicationManager, setConfiguration, setConverterFactory, setCurrent, setErrorHandler, setLastRequestDuration, setLastRequestTimestamp, setLocale, setState, storeInSession, valueBound, valueUnbound

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlwaysLockedVaadinSession

      public AlwaysLockedVaadinSession(com.vaadin.server.VaadinService service, MockHttpSession session)