Uses of Interface
org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
-
Uses of ClientSessionFactory in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryClientSessionFactory. addFailoverListener(FailoverEventListener listener)Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.ClientSessionFactoryServerLocator. createSessionFactory()Creates a ClientSessionFactory using whatever load balancing policy is in forceClientSessionFactoryServerLocator. createSessionFactory(String nodeID)Creates aClientSessionFactoryto a specific server.ClientSessionFactoryServerLocator. createSessionFactory(TransportConfiguration transportConfiguration)Creates aClientSessionFactoryto a specific server.ClientSessionFactoryServerLocator. createSessionFactory(TransportConfiguration transportConfiguration, int reconnectAttempts)Creates aClientSessionFactoryto a specific server.ClientSessionFactoryServerLocator. createSessionFactory(TransportConfiguration transportConfiguration, int reconnectAttempts, boolean failoverOnInitialConnection)Deprecated.This method is no longer acceptable to create a client session factory.ClientSessionFactoryClientSession. getSessionFactory()Return the sessionFactory used to created this Session. -
Uses of ClientSessionFactory in org.apache.activemq.artemis.core.client.impl
Subinterfaces of ClientSessionFactory in org.apache.activemq.artemis.core.client.impl Modifier and Type Interface Description interfaceClientSessionFactoryInternalClasses in org.apache.activemq.artemis.core.client.impl that implement ClientSessionFactory Modifier and Type Class Description classClientSessionFactoryImplMethods in org.apache.activemq.artemis.core.client.impl that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryServerLocatorImpl. createSessionFactory()ClientSessionFactoryServerLocatorImpl. createSessionFactory(String nodeID)ClientSessionFactoryServerLocatorImpl. createSessionFactory(TransportConfiguration transportConfiguration)ClientSessionFactoryServerLocatorImpl. createSessionFactory(TransportConfiguration transportConfiguration, int reconnectAttempts)ClientSessionFactoryServerLocatorImpl. createSessionFactory(TransportConfiguration transportConfiguration, int reconnectAttempts, boolean failoverOnInitialConnection)Deprecated.ClientSessionFactoryClientSessionImpl. getSessionFactory()Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ClientSessionFactory Modifier and Type Method Description voidServerLocatorImpl. factoryClosed(ClientSessionFactory factory)voidServerLocatorInternal. factoryClosed(ClientSessionFactory factory) -
Uses of ClientSessionFactory in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryActiveMQClientProtocolManager. getSessionFactory()Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ClientSessionFactory Modifier and Type Method Description voidActiveMQClientProtocolManager. setSessionFactory(ClientSessionFactory factory) -
Uses of ClientSessionFactory in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryBridgeImpl. getSessionFactory() -
Uses of ClientSessionFactory in org.apache.activemq.artemis.core.server.federation
Methods in org.apache.activemq.artemis.core.server.federation that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryFederationConnection. clientSessionFactory() -
Uses of ClientSessionFactory in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ClientSessionFactory Modifier and Type Method Description longScaleDownHandler. scaleDown(ClientSessionFactory sessionFactory, ResourceManager resourceManager, Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap, SimpleString managementAddress, SimpleString targetNodeId)voidScaleDownHandler. scaleDownDuplicateIDs(Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap, ClientSessionFactory sessionFactory, SimpleString managementAddress, String user, String password)longScaleDownHandler. scaleDownMessages(ClientSessionFactory sessionFactory, SimpleString nodeId, String user, String password)voidScaleDownHandler. scaleDownTransactions(ClientSessionFactory sessionFactory, ResourceManager resourceManager, String user, String password) -
Uses of ClientSessionFactory in org.apache.activemq.artemis.jms.client
Methods in org.apache.activemq.artemis.jms.client that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryActiveMQConnection. getSessionFactory()Constructors in org.apache.activemq.artemis.jms.client with parameters of type ClientSessionFactory Constructor Description ActiveMQConnection(ConnectionFactoryOptions options, String username, String password, int connectionType, String clientID, int dupsOKBatchSize, int transactionBatchSize, boolean cacheDestinations, boolean enable1xPrefixes, ClientSessionFactory sessionFactory)ActiveMQXAConnection(ConnectionFactoryOptions options, String username, String password, int connectionType, String clientID, int dupsOKBatchSize, int transactionBatchSize, boolean cacheDestinations, boolean enable1xNaming, ClientSessionFactory sessionFactory) -
Uses of ClientSessionFactory in org.apache.activemq.artemis.jms.server
Methods in org.apache.activemq.artemis.jms.server with parameters of type ClientSessionFactory Modifier and Type Method Description voidActiveMQJMSServerLogger_$logger. xaRecoverConnectionError(Exception e, ClientSessionFactory csf)voidActiveMQJMSServerLogger. xaRecoverConnectionError(Exception e, ClientSessionFactory csf) -
Uses of ClientSessionFactory in org.apache.activemq.artemis.service.extensions.xa.recovery
Methods in org.apache.activemq.artemis.service.extensions.xa.recovery with parameters of type ClientSessionFactory Modifier and Type Method Description voidActiveMQXARecoveryLogger_$logger. xaRecoverConnectionError(Exception e, ClientSessionFactory csf)voidActiveMQXARecoveryLogger. xaRecoverConnectionError(Exception e, ClientSessionFactory csf) -
Uses of ClientSessionFactory in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryClientProtocolManager. getSessionFactory()Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ClientSessionFactory Modifier and Type Method Description voidClientProtocolManager. setSessionFactory(ClientSessionFactory factory)
-