Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client.impl | |
org.hornetq.jms.client |
Implementation of the JMS API.
|
org.hornetq.jms.server | |
org.hornetq.ra |
HornetQ Resource Adaptor
|
org.hornetq.ra.inflow | |
org.hornetq.rest.queue | |
org.hornetq.rest.queue.push | |
org.hornetq.rest.topic |
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 |
ServerLocatorInternal.factoryClosed(ClientSessionFactory factory) |
void |
ServerLocatorImpl.factoryClosed(ClientSessionFactory factory) |
Constructor and Description |
---|
HornetQConnection(String username,
String password,
int connectionType,
String clientID,
int dupsOKBatchSize,
int transactionBatchSize,
ClientSessionFactory sessionFactory) |
HornetQXAConnection(String username,
String password,
int connectionType,
String clientID,
int dupsOKBatchSize,
int transactionBatchSize,
ClientSessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQJMSServerLogger.xaRecoverConnectionError(Exception e,
ClientSessionFactory csf) |
Modifier and Type | Method and Description |
---|---|
ClientSession |
HornetQResourceAdapter.createSession(ClientSessionFactory parameterFactory,
int ackMode,
String user,
String pass,
Boolean preAck,
Integer dupsOkBatchSize,
Integer transactionBatchSize,
boolean deliveryTransacted,
boolean useLocalTx,
Integer txTimeout) |
Modifier and Type | Method and Description |
---|---|
protected ClientSession |
HornetQActivation.setupSession(ClientSessionFactory cf)
Setup a session
|
Constructor and Description |
---|
HornetQMessageHandler(HornetQActivation activation,
TransactionManager tm,
ClientSessionInternal session,
ClientSessionFactory cf,
int sessionNr) |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionFactory |
DestinationServiceManager.consumerSessionFactory |
protected ClientSessionFactory |
QueueConsumer.factory |
protected ClientSessionFactory |
PostMessage.sessionFactory |
protected ClientSessionFactory |
DestinationServiceManager.sessionFactory |
protected ClientSessionFactory |
ConsumersResource.sessionFactory |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
DestinationServiceManager.getConsumerSessionFactory() |
ClientSessionFactory |
PostMessage.getSessionFactory() |
ClientSessionFactory |
DestinationServiceManager.getSessionFactory() |
ClientSessionFactory |
ConsumersResource.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
DestinationServiceManager.setConsumerSessionFactory(ClientSessionFactory consumerSessionFactory) |
void |
PostMessage.setSessionFactory(ClientSessionFactory sessionFactory) |
void |
DestinationServiceManager.setSessionFactory(ClientSessionFactory sessionFactory) |
void |
ConsumersResource.setSessionFactory(ClientSessionFactory sessionFactory) |
Constructor and Description |
---|
AcknowledgedQueueConsumer(ClientSessionFactory factory,
String destination,
String id,
DestinationServiceManager serviceManager,
String selector) |
QueueConsumer(ClientSessionFactory factory,
String destination,
String id,
DestinationServiceManager serviceManager,
String selector) |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionFactory |
PushConsumer.factory |
protected ClientSessionFactory |
PushConsumerResource.sessionFactory |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
PushConsumerResource.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PushConsumerResource.setSessionFactory(ClientSessionFactory sessionFactory) |
Constructor and Description |
---|
PushConsumer(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store) |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionFactory |
PushSubscriptionsResource.sessionFactory |
protected ClientSessionFactory |
SubscriptionsResource.sessionFactory |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
PushSubscriptionsResource.getSessionFactory() |
ClientSessionFactory |
SubscriptionsResource.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PushSubscriptionsResource.setSessionFactory(ClientSessionFactory sessionFactory) |
void |
SubscriptionsResource.setSessionFactory(ClientSessionFactory sessionFactory) |
Constructor and Description |
---|
AcknowledgedSubscriptionResource(ClientSessionFactory factory,
String destination,
String id,
DestinationServiceManager serviceManager,
String selector,
boolean durable,
Long timeout) |
PushSubscription(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store) |
SubscriptionResource(ClientSessionFactory factory,
String destination,
String id,
DestinationServiceManager serviceManager,
String selector,
boolean durable,
long timeout) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.