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.persistence.impl.journal |
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 |
DelegatingSession
A DelegatingSession
We wrap the real session, so we can add a finalizer on this and close the session
on GC if it has not already been closed
|
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 |
---|
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 © 2018 JBoss by Red Hat. All rights reserved.