Uses of Class
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl
-
Packages that use ServerSessionImpl Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of ServerSessionImpl in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ServerSessionImpl Modifier and Type Method Description voidActiveMQServerLogger_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 ServerSessionImpl Modifier and Type Method Description protected 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)
-