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.ra |
HornetQ Resource Adaptor
|
org.hornetq.ra.inflow | |
org.hornetq.rest.queue | |
org.hornetq.rest.queue.push | |
org.hornetq.rest.topic | |
org.hornetq.tools |
Modifier and Type | Method and Description |
---|---|
ClientSession |
ClientSessionFactory.createSession()
Creates a non-transacted session.
|
ClientSession |
ClientSessionFactory.createSession(boolean autoCommitSends,
boolean autoCommitAcks)
Creates a session.
|
ClientSession |
ClientSessionFactory.createSession(boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks)
Creates a session.
|
ClientSession |
ClientSessionFactory.createSession(boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge)
Creates a session.
|
ClientSession |
ClientSessionFactory.createSession(boolean autoCommitSends,
boolean autoCommitAcks,
int ackBatchSize)
Creates a session.
|
ClientSession |
ClientSessionFactory.createSession(String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int ackBatchSize)
Creates an authenticated session.
|
ClientSession |
ClientSessionFactory.createTransactedSession()
Creates a transacted session.
|
ClientSession |
ClientSessionFactory.createXASession()
Creates a session with XA transaction semantics.
|
Constructor and Description |
---|
ClientRequestor(ClientSession session,
SimpleString requestAddress)
Constructor for the ClientRequestor.
|
ClientRequestor(ClientSession session,
String requestAddress) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSessionInternal
A ClientSessionInternal
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl |
class |
DelegatingSession
A DelegatingSession
|
Modifier and Type | Method and Description |
---|---|
ClientSession |
ClientSessionFactoryImpl.createSession() |
ClientSession |
ClientSessionFactoryImpl.createSession(boolean autoCommitSends,
boolean autoCommitAcks) |
ClientSession |
ClientSessionFactoryImpl.createSession(boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks) |
ClientSession |
ClientSessionFactoryImpl.createSession(boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge) |
ClientSession |
ClientSessionFactoryImpl.createSession(boolean autoCommitSends,
boolean autoCommitAcks,
int ackBatchSize) |
ClientSession |
ClientSessionFactoryImpl.createSession(String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int ackBatchSize) |
ClientSession |
ClientSessionFactoryImpl.createTransactedSession() |
ClientSession |
ClientSessionFactoryImpl.createXASession() |
Modifier and Type | Method and Description |
---|---|
ClientSession |
HornetQSession.getCoreSession() |
ClientSession |
HornetQConnection.getInitialSession() |
Modifier and Type | Method and Description |
---|---|
protected HornetQSession |
HornetQConnection.createHQSession(boolean isXA,
boolean transacted,
int acknowledgeMode,
ClientSession session,
int type) |
static HornetQMessage |
HornetQMessage.createMessage(ClientMessage message,
ClientSession session) |
Constructor and Description |
---|
HornetQBytesMessage(javax.jms.BytesMessage foreign,
ClientSession session)
Foreign message constructor
|
HornetQBytesMessage(ClientMessage message,
ClientSession session)
Constructor on receipt at client side
|
HornetQBytesMessage(ClientSession session)
This constructor is used to construct messages prior to sending
|
HornetQMapMessage(ClientMessage message,
ClientSession session) |
HornetQMapMessage(ClientSession session) |
HornetQMapMessage(javax.jms.MapMessage foreign,
ClientSession session)
Constructor for a foreign MapMessage
|
HornetQMessage(byte type,
ClientSession session) |
HornetQMessage(ClientMessage message,
ClientSession session)
Constructor for when receiving a message from the server
|
HornetQMessage(ClientSession session) |
HornetQMessage(javax.jms.Message foreign,
byte type,
ClientSession session) |
HornetQMessage(javax.jms.Message foreign,
ClientSession session) |
HornetQMessageProducer(HornetQConnection connection,
ClientProducer producer,
HornetQDestination defaultDestination,
ClientSession clientSession) |
HornetQObjectMessage(ClientMessage message,
ClientSession session) |
HornetQObjectMessage(ClientSession session) |
HornetQObjectMessage(javax.jms.ObjectMessage foreign,
ClientSession session)
A copy constructor for foreign JMS ObjectMessages.
|
HornetQQueueBrowser(HornetQQueue queue,
String messageSelector,
ClientSession session) |
HornetQSession(HornetQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
ClientSession session,
int sessionType) |
HornetQStreamMessage(ClientMessage message,
ClientSession session) |
HornetQStreamMessage(ClientSession session) |
HornetQStreamMessage(javax.jms.StreamMessage foreign,
ClientSession session) |
HornetQTextMessage(ClientMessage message,
ClientSession session) |
HornetQTextMessage(ClientSession session) |
HornetQTextMessage(javax.jms.TextMessage foreign,
ClientSession session)
A copy constructor for non-HornetQ JMS TextMessages.
|
HornetQXASession(HornetQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
ClientSession session,
int sessionType) |
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
|
Modifier and Type | Field and Description |
---|---|
protected ClientSession |
QueueConsumer.session |
ClientSession |
PostMessage.Pooled.session |
Modifier and Type | Method and Description |
---|---|
protected ClientMessage |
PostMessage.createHornetQMessage(javax.ws.rs.core.HttpHeaders headers,
byte[] body,
boolean durable,
Long ttl,
Long expiration,
Integer priority,
ClientSession session) |
Modifier and Type | Field and Description |
---|---|
protected List<ClientSession> |
PushConsumer.sessions |
Modifier and Type | Method and Description |
---|---|
ClientSession |
PushSubscriptionsResource.createSubscription(String subscriptionName,
boolean durable) |
Constructor and Description |
---|
XmlDataImporter(InputStream inputStream,
ClientSession session)
This is the normal constructor for programmatic access to the
org.hornetq.core.persistence.impl.journal.XmlDataImporter if the session passed
in uses auto-commit for sends. |
XmlDataImporter(InputStream inputStream,
ClientSession session,
boolean applicationServerCompatibility)
This is the normal constructor for programmatic access to the
org.hornetq.core.persistence.impl.journal.XmlDataImporter if the session passed
in uses auto-commit for sends. |
XmlDataImporter(InputStream inputStream,
ClientSession session,
ClientSession managementSession)
This is the constructor to use if you wish to import all messages transactionally.
|
XmlDataImporter(InputStream inputStream,
ClientSession session,
ClientSession managementSession,
boolean applicationServerCompatibility)
This is the constructor to use if you wish to import all messages transactionally.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.