Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsLocalTransactionContext
Manages the details of a Session operating inside of a local JMS transaction.
|
class |
JmsNoTxTransactionContext
Used in non-transacted JMS Sessions to throw proper errors indicating
that the Session is not transacted and cannot be treated as such.
|
Modifier and Type | Method and Description |
---|---|
JmsTransactionContext |
JmsSession.getTransactionContext()
Returns the transaction context of the session.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsSession.setTransactionContext(JmsTransactionContext transactionContext)
Sets the transaction context of the session.
|
boolean |
JmsTransactionSynchronization.validate(JmsTransactionContext context)
Called once before the synchronization is added to the set
of synchronizations held for a pending TX.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.