Uses of Interface
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryInternal
Packages that use ClientSessionFactoryInternal
Package
Description
-
Uses of ClientSessionFactoryInternal in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement ClientSessionFactoryInternalMethods in org.apache.activemq.artemis.core.client.impl that return ClientSessionFactoryInternalModifier and TypeMethodDescriptionServerLocatorImpl.connect()ServerLocatorInternal.connect()ServerLocatorImpl.connectNoWarnings()ServerLocatorInternal.connectNoWarnings()LikeServerLocatorInternal.connect()but it does not log warnings if it fails to connect.Methods in org.apache.activemq.artemis.core.client.impl that return types with arguments of type ClientSessionFactoryInternalMethods in org.apache.activemq.artemis.core.client.impl with parameters of type ClientSessionFactoryInternalModifier and TypeMethodDescriptionvoidAfterConnectInternalListener.onConnection(ClientSessionFactoryInternal sf) -
Uses of ClientSessionFactoryInternal in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ClientSessionFactoryInternalMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type ClientSessionFactoryInternalModifier and TypeMethodDescriptionClusterController.connectToNodeInCluster(ClientSessionFactoryInternal sf) connect to an already defined node in the clusterConstructors in org.apache.activemq.artemis.core.server.cluster with parameters of type ClientSessionFactoryInternalModifierConstructorDescriptionClusterControl(ClientSessionFactoryInternal sessionFactory, ActiveMQServer server) -
Uses of ClientSessionFactoryInternal in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return ClientSessionFactoryInternalModifier and TypeMethodDescriptionprotected ClientSessionFactoryInternalBridgeImpl.createSessionFactory()Hook for creating session factoryprotected ClientSessionFactoryInternalClusterConnectionBridge.createSessionFactory()protected ClientSessionFactoryInternalBridgeImpl.reconnectOnOriginalNode()Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ClientSessionFactoryInternalModifier and TypeMethodDescriptionvoidClusterConnectionImpl.onConnection(ClientSessionFactoryInternal sf) protected voidBridgeImpl.setSessionFactory(ClientSessionFactoryInternal sfi) -
Uses of ClientSessionFactoryInternal in org.apache.activemq.artemis.core.server.cluster.quorum
Methods in org.apache.activemq.artemis.core.server.cluster.quorum with parameters of type ClientSessionFactoryInternalModifier and TypeMethodDescriptionvoidSharedNothingBackupQuorum.setSessionFactory(ClientSessionFactoryInternal sessionFactory)