Module org.firebirdsql.jaybird
Package org.firebirdsql.jaybird.xca
@InternalApi
package org.firebirdsql.jaybird.xca
XCA (or ex-connector-architecture), is an internal API of Jaybird for connection management.
Historically it was derived from the JavaEE Connector Architecture specification, but that tie has been cut since Jaybird 5.
All classes, interfaces and other constructs in this package should be considered internal API of Jaybird, and may change radically between point releases. Do not use it in your own code.
-
ClassDescriptionHelper class for the exception handling in XCA framework.The class
FBConnectionRequestInfo
holds connection-specific information such as user, password, and other information.This error is thrown when message read from the RDB$TRANSACTIONS table does not represent a serialized Xid.The classFBLocalTransaction
represent a local, not distributed, transaction.A physical connection handle to a Firebird database, providing aXAResource
.FBManagedConnectionFactory is a factory forFBManagedConnection
, and implements many of the internal functions of FBManagedConnection.Convenience exception that adds constructor taking message and error code together.TheXcaConnectionEvent
class provides information about the source of a connection related event.Listener to receives notification of events on a managed connection instance.TheXcaConnectionManager
can be used to modify the configuration of a connection, provide pooling or other behaviour when allocating a new connection.