Uses of Class
org.teamapps.uisession.statistics.SessionState
-
Packages that use SessionState Package Description org.teamapps.uisession.statistics -
-
Uses of SessionState in org.teamapps.uisession.statistics
Methods in org.teamapps.uisession.statistics that return SessionState Modifier and Type Method Description SessionStateImmutableUiSessionStats. getState()SessionStateRunningUiSessionStats. getState()SessionStateUiSessionStats. getState()static SessionStateSessionState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionState[]SessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.uisession.statistics with parameters of type SessionState Modifier and Type Method Description voidRunningUiSessionStats. stateChanged(SessionState sessionState)Constructors in org.teamapps.uisession.statistics with parameters of type SessionState Constructor Description ImmutableUiSessionStats(long startTime, long endTime, QualifiedUiSessionId sessionId, java.lang.String name, SessionState state, ImmutableUiSessionStats.ImmutableCountStats commandStats, ImmutableUiSessionStats.ImmutableCountStats commandResultStats, ImmutableUiSessionStats.ImmutableCountStats eventStats, ImmutableUiSessionStats.ImmutableCountStats queryStats, ImmutableUiSessionStats.ImmutableCountStats queryResultStats, ImmutableUiSessionStats.ImmutableSumStats sentDataStats, ImmutableUiSessionStats.ImmutableSumStats receivedDataStats)
-