Uses of Class
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl
Packages that use ServerSessionImpl
Package
Description
-
Uses of ServerSessionImpl in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ServerSessionImplModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.errorClosingConnection(ServerSessionImpl serverSession) voidActiveMQServerLogger.errorClosingConnection(ServerSessionImpl serverSession) -
Uses of ServerSessionImpl in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return ServerSessionImplModifier and TypeMethodDescriptionprotected ServerSessionImplActiveMQServerImpl.internalCreateSession(String name, String username, String password, String validatedUser, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, OperationContext context, boolean autoCreateQueues, Map<SimpleString, RoutingType> prefixes, String securityDomain, boolean isLegacyProducer) Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ServerSessionImplModifier and TypeMethodDescriptionServerLegacyProducersImpl.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) ServerProducers.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) ServerProducersImpl.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession)