Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client.impl |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSessionFactoryInternal
A 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) |
Modifier and Type | Method and Description |
---|---|
void |
ServerLocatorImpl.factoryClosed(ClientSessionFactory factory) |
void |
ServerLocatorInternal.factoryClosed(ClientSessionFactory factory) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.