Uses of Class
org.teamapps.uisession.QualifiedUiSessionId
-
Packages that use QualifiedUiSessionId Package Description org.teamapps.server org.teamapps.uisession org.teamapps.ux.session -
-
Uses of QualifiedUiSessionId in org.teamapps.server
Methods in org.teamapps.server with parameters of type QualifiedUiSessionId Modifier and Type Method Description SessionContextUxServerContext. getSessionContextById(QualifiedUiSessionId sessionId)Constructors in org.teamapps.server with parameters of type QualifiedUiSessionId Constructor Description CommandDispatcher(UiCommandExecutor commandExecutor, QualifiedUiSessionId qualifiedUiSessionId, SessionRecorder sessionRecorder)Constructor parameters in org.teamapps.server with type arguments of type QualifiedUiSessionId Constructor Description SessionResourceProvider(java.util.function.Function<QualifiedUiSessionId,SessionContext> sessionContexts) -
Uses of QualifiedUiSessionId in org.teamapps.uisession
Methods in org.teamapps.uisession that return QualifiedUiSessionId Modifier and Type Method Description QualifiedUiSessionIdTeamAppsSessionNotFoundException. getSessionId()Methods in org.teamapps.uisession with parameters of type QualifiedUiSessionId Modifier and Type Method Description voidTeamAppsUiSessionManager. closeSession(QualifiedUiSessionId sessionId, SessionClosingReason reason)voidTeamAppsUiSessionManager. handleCommandRequest(QualifiedUiSessionId qualifiedUiSessionId, int lastReceivedCommandId, int maxRequestedCommandId)voidTeamAppsUiSessionManager. handleCommandResult(QualifiedUiSessionId sessionId, int clientMessageId, int cmdId, java.lang.Object result)voidTeamAppsUiSessionManager. handleEvent(QualifiedUiSessionId sessionId, int clientMessageId, org.teamapps.dto.UiEvent event)voidTeamAppsUiSessionManager. handleKeepAlive(QualifiedUiSessionId sessionId)voidTeamAppsUiSessionManager. initSession(QualifiedUiSessionId sessionId, org.teamapps.dto.UiClientInfo clientInfo, int maxRequestedCommandId, MessageSender messageSender)voidUiSessionListener. onUiEvent(QualifiedUiSessionId sessionId, org.teamapps.dto.UiEvent event)voidUiSessionListener. onUiSessionClientRefresh(QualifiedUiSessionId sessionId, org.teamapps.dto.UiClientInfo clientInfo)voidUiSessionListener. onUiSessionClosed(QualifiedUiSessionId sessionId, SessionClosingReason reason)voidUiSessionListener. onUiSessionStarted(QualifiedUiSessionId sessionId, org.teamapps.dto.UiClientInfo uiClientInfo)voidTeamAppsUiSessionManager. reinitSession(QualifiedUiSessionId sessionId, int lastReceivedCommandId, int maxRequestedCommandId, MessageSender messageSender)voidTeamAppsUiSessionManager. sendCommand(QualifiedUiSessionId sessionId, UiCommandWithResultCallback commandWithCallback)voidTeamAppsUiSessionManager. sendCommands(QualifiedUiSessionId sessionId, java.util.List<UiCommandWithResultCallback> commandsWithCallback)voidUiCommandExecutor. sendCommands(QualifiedUiSessionId qualifiedUiSessionId, java.util.List<UiCommandWithResultCallback> commands)Constructors in org.teamapps.uisession with parameters of type QualifiedUiSessionId Constructor Description TeamAppsSessionNotFoundException(QualifiedUiSessionId sessionId) -
Uses of QualifiedUiSessionId in org.teamapps.ux.session
Constructors in org.teamapps.ux.session with parameters of type QualifiedUiSessionId Constructor Description ClientSessionResourceProvider(QualifiedUiSessionId sessionId)SessionContext(QualifiedUiSessionId sessionId, ClientInfo clientInfo, CommandDispatcher commandDispatcher, UxServerContext serverContext, org.teamapps.icons.api.IconTheme iconTheme, com.fasterxml.jackson.databind.ObjectMapper jacksonObjectMapper)
-