Uses of Class
org.teamapps.uisession.UiSessionState
-
Packages that use UiSessionState Package Description org.teamapps.uisession org.teamapps.uisession.statistics org.teamapps.ux.session -
-
Uses of UiSessionState in org.teamapps.uisession
Methods in org.teamapps.uisession that return UiSessionState Modifier and Type Method Description UiSessionStateUiSession. getState()static UiSessionStateUiSessionState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiSessionState[]UiSessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.uisession with parameters of type UiSessionState Modifier and Type Method Description intTeamAppsSessionManager. getNumberOfSessionsByState(UiSessionState state)default voidUiSessionListener. onStateChanged(java.lang.String sessionId, UiSessionState state) -
Uses of UiSessionState in org.teamapps.uisession.statistics
Methods in org.teamapps.uisession.statistics that return UiSessionState Modifier and Type Method Description UiSessionStateImmutableUiSessionStats. getState()UiSessionStateRunningUiSessionStats. getState()UiSessionStateUiSessionStats. getState()Methods in org.teamapps.uisession.statistics with parameters of type UiSessionState Modifier and Type Method Description voidRunningUiSessionStats. stateChanged(UiSessionState sessionState)Constructors in org.teamapps.uisession.statistics with parameters of type UiSessionState Constructor Description ImmutableUiSessionStats(long startTime, long endTime, java.lang.String sessionId, java.lang.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 Modifier and Type Method Description UiSessionStateSessionContext. getState()
-