Uses of Interface
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryInternal
-
-
Uses of ClientSessionFactoryInternal in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement ClientSessionFactoryInternal Modifier and Type Class Description classClientSessionFactoryImplMethods in org.apache.activemq.artemis.core.client.impl that return ClientSessionFactoryInternal Modifier and Type Method Description ClientSessionFactoryInternalServerLocatorImpl. connect()ClientSessionFactoryInternalServerLocatorInternal. connect()ClientSessionFactoryInternalServerLocatorImpl. connectNoWarnings()ClientSessionFactoryInternalServerLocatorInternal. 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 ClientSessionFactoryInternal Modifier and Type Method Description Set<ClientSessionFactoryInternal>ServerLocatorImpl. getFactories()For tests onlyMethods in org.apache.activemq.artemis.core.client.impl with parameters of type ClientSessionFactoryInternal Modifier and Type Method Description voidAfterConnectInternalListener. 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 ClientSessionFactoryInternal Modifier and Type Method Description ClientSessionFactoryInternalClusterControl. getSessionFactory()get the session factory used to connect to the clusterMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type ClientSessionFactoryInternal Modifier and Type Method Description ClusterControlClusterController. connectToNodeInCluster(ClientSessionFactoryInternal sf)connect to an already defined node in the clusterConstructors in org.apache.activemq.artemis.core.server.cluster with parameters of type ClientSessionFactoryInternal Constructor Description ClusterControl(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 ClientSessionFactoryInternal Modifier and Type Method Description protected ClientSessionFactoryInternalBridgeImpl. createSessionFactory()protected ClientSessionFactoryInternalClusterConnectionBridge. createSessionFactory()protected ClientSessionFactoryInternalBridgeImpl. reconnectOnOriginalNode()Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ClientSessionFactoryInternal Modifier and Type Method Description voidClusterConnectionImpl. onConnection(ClientSessionFactoryInternal sf)protected voidBridgeImpl. setSessionFactory(ClientSessionFactoryInternal sfi) -
Uses of ClientSessionFactoryInternal in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type ClientSessionFactoryInternal Modifier and Type Method Description voidSharedNothingBackupQuorum. setSessionFactory(ClientSessionFactoryInternal sessionFactory)
-