Uses of Class
com.blueriq.component.api.exception.UnknownSessionException
Packages that use UnknownSessionException
-
Uses of UnknownSessionException in com.blueriq.component.api
Methods in com.blueriq.component.api that throw UnknownSessionExceptionModifier and TypeMethodDescriptionvoid
IAquimaSessionsMap.closeSession
(String aquimaSessionId) Requests that an aquima session be closed and removed, including all its child sessions.IAquimaSessionsMap.getSession
(String aquimaSessionId) Returns the session with the specified id.IAquimaSessionsMap.getSession
(String aquimaSessionId, FlushMode flushMode) Returns the session with the specified id.void
Sets the timeout of the session with the given id to the specified timeout.default void
IAquimaSessionsMap.terminateSession
(String aquimaSessionId) Closes and removes an aquima session, including all its child sessions.