| Package | Description |
|---|---|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmp.impl.transaction.xa | |
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.impl |
| Constructor and Description |
|---|
XAWireMessageEncoder(AssuredCtrlEnums.XACtrlMessageType xaMSgType,
XASessionImpl xaSession,
long corrTag,
Xid xid,
int origFlags,
byte flags,
int transactionTimeout,
TransactionSteps txSteps,
byte[] scanCursor) |
| Modifier and Type | Method and Description |
|---|---|
XASessionImpl |
XASessionManager.getActiveTransaction(long corrId) |
XASessionImpl |
XASessionImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
XASessionManager.addActiveTransaction(long corrId,
XASessionImpl ts) |
void |
XASessionManager.addManagedTransactedSession(XASessionImpl ts)
Adds new sessions when first bound, and re-adds old sessions when
rebinding following reconnect.
|
void |
XASessionManager.removeManagedTransactedSession(XASessionImpl ts) |
void |
XASessionImpl.setParent(XASessionImpl parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
XASessionManager.buildDispatchTransactionsList(List<XASessionImpl> to_close) |
void |
XASessionManager.dispatchChannelException(JCSMPException ex,
List<XASessionImpl> to_close) |
| Constructor and Description |
|---|
XAResourceImpl(XASessionImpl xaSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolXAQueueSession.setParentSession(XASessionImpl parentSession)
This method is called by ConnectionConsumer to set the parent XASession who is also responsible
to clear the message list after receiving the XAEnd response.
|
void |
SolXASession.setParentSession(XASessionImpl parentSession)
This method is called by ConnectionConsumer to set the parent XASession who is also responsible
to clear the message list after receiving the XAEnd response.
|
void |
SolXATopicSession.setParentSession(XASessionImpl parentSession)
This method is called by ConnectionConsumer to set the parent XASession who is also responsible
to clear the message list after receiving the XAEnd response.
|
| Modifier and Type | Method and Description |
|---|---|
XASessionImpl |
ConnectionConsumerXATransactionStrategy.getJCSMPXASession() |
Copyright 2004-2020 Solace Corporation. All rights reserved.