Uses of Class
org.apache.activemq.state.SessionState
-
Packages that use SessionState Package Description org.apache.activemq.state -
-
Uses of SessionState in org.apache.activemq.state
Methods in org.apache.activemq.state that return SessionState Modifier and Type Method Description SessionState
ConnectionState. getSessionState(SessionId id)
SessionState
ConnectionState. removeSession(SessionId id)
Methods in org.apache.activemq.state that return types with arguments of type SessionState Modifier and Type Method Description Collection<SessionState>
ConnectionState. getSessionStates()
Methods in org.apache.activemq.state with parameters of type SessionState Modifier and Type Method Description protected void
ConnectionStateTracker. restoreConsumers(Transport transport, SessionState sessionState)
protected void
ConnectionStateTracker. restoreProducers(Transport transport, SessionState sessionState)
-