-
Deprecated MethodsMethodDescription
-
Deprecated ConstructorsConstructorDescriptionthis constructor internally requires the use of synchronized map instance. This type of map can cause deadlocks when comparing two connection factories. For that reason, prefer to use
XAManagedConnectionFactory(Map)
instead.
XAManagedConnectionFactory()
constructor. Because this can lead to a deadlock when comparing two instances of this class, prefer to define the data source properties at theXAManagedConnectionFactory(Map)
constructor instead.