Interface | Description |
---|---|
DynamicClass |
This class is responsible for maintaining connection information
in such a manner that we can recover the connection to the XA
database in the event of a failure.
|
TransactionalDriverXAConnection |
XA connection implementations must provide an implementation
of this class.
|
Class | Description |
---|---|
ConnectionImple |
A transactional JDBC connection.
|
ConnectionManager | |
ConnectionSynchronization |
A synchronization to close the database connection when the transaction
has committed or rolled back.
|
DirectRecoverableConnection |
This class is responsible for maintaining connection information
in such a manner that we can recover the connection to the XA
database in the event of a failure.
|
IndirectRecoverableConnection |
This class is responsible for maintaining connection information
in such a manner that we can recover the connection to the XA
database in the event of a failure.
|
IsSameRMOverrideXAResource | |
ProvidedXADataSourceConnection |
This class is responsible for maintaining connection information
in such a manner that we can recover the connection to the XA
database in the event of a failure.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.