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 SessionStateConnectionState. getSessionState(SessionId id)SessionStateConnectionState. 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 voidConnectionStateTracker. restoreConsumers(Transport transport, SessionState sessionState)protected voidConnectionStateTracker. restoreProducers(Transport transport, SessionState sessionState)
-