Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
ClientSessionFactory |
ServerLocator.createSessionFactory()
Creates a ClientSessionFactory using whatever load balancing policy is in force
|
ClientSessionFactory |
ServerLocator.createSessionFactory(String nodeID)
Creates a
ClientSessionFactory to a specific server. |
ClientSessionFactory |
ServerLocator.createSessionFactory(TransportConfiguration transportConfiguration)
Creates a
ClientSessionFactory to a specific server. |
ClientSessionFactory |
ServerLocator.createSessionFactory(TransportConfiguration transportConfiguration,
int reconnectAttempts,
boolean failoverOnInitialConnection)
Creates a
ClientSessionFactory to a specific server. |
ClientSessionFactory |
ClientSession.getSessionFactory()
Return the sessionFactory used to created this Session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSessionFactoryInternal |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionFactoryImpl |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ServerLocatorImpl.createSessionFactory() |
ClientSessionFactory |
ServerLocatorImpl.createSessionFactory(String nodeID) |
ClientSessionFactory |
ServerLocatorImpl.createSessionFactory(TransportConfiguration transportConfiguration) |
ClientSessionFactory |
ServerLocatorImpl.createSessionFactory(TransportConfiguration transportConfiguration,
int reconnectAttempts,
boolean failoverOnInitialConnection) |
ClientSessionFactory |
ClientSessionImpl.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ServerLocatorImpl.factoryClosed(ClientSessionFactory factory) |
void |
ServerLocatorInternal.factoryClosed(ClientSessionFactory factory) |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ActiveMQClientProtocolManager.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQClientProtocolManager.setSessionFactory(ClientSessionFactory factory) |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ClientProtocolManager.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProtocolManager.setSessionFactory(ClientSessionFactory factory) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.