Uses of Class
org.apache.activemq.command.SessionInfo
Packages that use SessionInfo
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
-
Uses of SessionInfo in org.apache.activemq
Fields in org.apache.activemq declared as SessionInfoMethods in org.apache.activemq that return SessionInfoModifier and TypeMethodDescriptionprotected SessionInfoActiveMQSession.getSessionInfo()Returns the SessionInfo bean. -
Uses of SessionInfo in org.apache.activemq.command
Constructors in org.apache.activemq.command with parameters of type SessionInfoModifierConstructorDescriptionConsumerInfo(SessionInfo sessionInfo, long consumerId) ProducerInfo(SessionInfo sessionInfo, long producerId) -
Uses of SessionInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return SessionInfoMethods in org.apache.activemq.state with parameters of type SessionInfoModifier and TypeMethodDescriptionvoidConnectionState.addSession(SessionInfo info) CommandVisitor.processAddSession(SessionInfo info) CommandVisitorAdapter.processAddSession(SessionInfo info) ConnectionStateTracker.processAddSession(SessionInfo info) Constructors in org.apache.activemq.state with parameters of type SessionInfo