|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientSession | |
---|---|
org.hornetq.api.core.client | Core Client Messaging API. |
Uses of ClientSession in org.hornetq.api.core.client |
---|
Methods in org.hornetq.api.core.client that return ClientSession | |
---|---|
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. |
Constructors in org.hornetq.api.core.client with parameters of type ClientSession | |
---|---|
ClientRequestor(ClientSession session,
SimpleString requestAddress)
Constructor for the ClientRequestor. |
|
ClientRequestor(ClientSession session,
String requestAddress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |