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 |
BridgeImpl.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
FederationConnection.clientSessionFactory() |
Modifier and Type | Method and Description |
---|---|
long |
ScaleDownHandler.scaleDown(ClientSessionFactory sessionFactory,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
SimpleString managementAddress,
SimpleString targetNodeId) |
void |
ScaleDownHandler.scaleDownDuplicateIDs(Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
ClientSessionFactory sessionFactory,
SimpleString managementAddress,
String user,
String password) |
long |
ScaleDownHandler.scaleDownMessages(ClientSessionFactory sessionFactory,
SimpleString nodeId,
String user,
String password) |
void |
ScaleDownHandler.scaleDownTransactions(ClientSessionFactory sessionFactory,
ResourceManager resourceManager,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ActiveMQConnection.getSessionFactory() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQJMSServerLogger.xaRecoverConnectionError(Exception e,
ClientSessionFactory csf) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQXARecoveryLogger.xaRecoverConnectionError(Exception e,
ClientSessionFactory csf) |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ClientProtocolManager.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProtocolManager.setSessionFactory(ClientSessionFactory factory) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.