Uses of Enum Class
org.teamapps.uisession.UiSessionState
Packages that use UiSessionState
Package
Description
-
Uses of UiSessionState in org.teamapps.uisession
Methods in org.teamapps.uisession that return UiSessionStateModifier and TypeMethodDescriptionUiSession.getState()static UiSessionStateReturns the enum constant of this class with the specified name.static UiSessionState[]UiSessionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.uisession with parameters of type UiSessionStateModifier and TypeMethodDescriptionintTeamAppsSessionManager.getNumberOfSessionsByState(UiSessionState state) default voidUiSessionListener.onStateChanged(String sessionId, UiSessionState state) -
Uses of UiSessionState in org.teamapps.uisession.statistics
Methods in org.teamapps.uisession.statistics that return UiSessionStateModifier and TypeMethodDescriptionImmutableUiSessionStats.getState()RunningUiSessionStats.getState()UiSessionStats.getState()Methods in org.teamapps.uisession.statistics with parameters of type UiSessionStateModifier and TypeMethodDescriptionvoidRunningUiSessionStats.stateChanged(UiSessionState sessionState) Constructors in org.teamapps.uisession.statistics with parameters of type UiSessionStateModifierConstructorDescriptionImmutableUiSessionStats(long startTime, long endTime, String sessionId, String name, UiSessionState state, ImmutableUiSessionStats.ImmutableCountStats commandStats, ImmutableUiSessionStats.ImmutableCountStats commandResultStats, ImmutableUiSessionStats.ImmutableCountStats eventStats, ImmutableUiSessionStats.ImmutableCountStats queryStats, ImmutableUiSessionStats.ImmutableCountStats queryResultStats, ImmutableUiSessionStats.ImmutableSumStats sentDataStats, ImmutableUiSessionStats.ImmutableSumStats receivedDataStats) -
Uses of UiSessionState in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return UiSessionState