AdamBien / connectorz

Useful JCA 1.6 Connectors. As Simple As Possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have `GenericManagedConnection` implement `DissociatableManagedConnection`

exabrial opened this issue · comments

https://docs.oracle.com/javaee/7/api/javax/resource/spi/DissociatableManagedConnection.html

Some application servers might proxy connections to track their usage. Implementing this interface allows the server to avoid that step.