See: Description
| Interface | Description |
|---|---|
| ConnectableResource |
Defines a resource as connectable, which allows the transaction manager
to get access to the connection used by the transaction
|
| ConnectableResourceListener |
Defines a listener interface for ConnectableResource handles
|
| FirstResource |
A tagging interface to identify an XAResource that should be considered
the first resource, e.g. prepared first.
|
| LastResource |
A tagging interface to identify an XAResource that does
not support prepare and should be used in the last resource
gambit. i.e.
|
| TransactionIntegration |
This interface defines the contract for a transaction manager integration
with the IronJacamar container.
|
| TransactionTimeoutConfiguration |
The interface to implementated by a transaction manager
that supports retrieving the current threads transaction timeout
|
| XAResourceStatistics |
XAResource statistics
|
| Class | Description |
|---|---|
| TxUtils |
Helper methods for transaction status and textual representation
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)