| Modifier and Type | Method and Description |
|---|---|
SessionWrapper |
JMSClientConnector.acquireSession()
Get a
SessionWrapper instance on this particular connection factory. |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
JMSClientConnector.pollTransacted(String destinationName,
int timeout,
SessionWrapper sessionWrapper)
Deprecated.
|
javax.jms.Message |
JMSClientConnector.pollTransacted(String destinationName,
int timeout,
SessionWrapper sessionWrapper,
String messageSelector)
Poll method for a transacted session.
|
void |
JMSClientConnector.releaseSession(SessionWrapper sessionWrapper)
Release a SessionWrapper instance to the pool after completing the task.
|
boolean |
JMSClientConnector.sendTransactedMessage(javax.jms.Message jmsMessage,
String destinationName,
SessionWrapper sessionWrapper)
Send a message using provided transacted session.
|
| Modifier and Type | Method and Description |
|---|---|
SessionWrapper |
JMSClientConnectionFactory.getSessionWrapper()
Borrow an object from the session pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMSClientConnectionFactory.returnSessionWrapper(SessionWrapper sessionWrapper)
Return an object to the Session pool.
|
| Modifier and Type | Method and Description |
|---|---|
SessionWrapper |
JMSClientConnectorImpl.acquireSession() |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
JMSClientConnectorImpl.pollTransacted(String destinationName,
int timeout,
SessionWrapper sessionWrapper)
Deprecated.
|
javax.jms.Message |
JMSClientConnectorImpl.pollTransacted(String destinationName,
int timeout,
SessionWrapper sessionWrapper,
String messageSelector) |
void |
JMSClientConnectorImpl.releaseSession(SessionWrapper sessionWrapper) |
boolean |
JMSClientConnectorImpl.sendTransactedMessage(javax.jms.Message jmsMessage,
String destinationName,
SessionWrapper sessionWrapper) |
| Modifier and Type | Method and Description |
|---|---|
SessionWrapper |
SessionPoolFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<SessionWrapper> |
SessionPoolFactory.wrap(SessionWrapper sessionWrapper) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<SessionWrapper> |
SessionPoolFactory.wrap(SessionWrapper sessionWrapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionPoolFactory.destroyObject(org.apache.commons.pool2.PooledObject<SessionWrapper> sessionWrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
XASessionWrapper
Wrapper Class for JMS Sessions.
|
Copyright © 2019 WSO2. All rights reserved.