AdamBien / connectorz

Useful JCA 1.6 Connectors. As Simple As Possible.
33 stars 18 forks source link

Have `GenericManagedConnection` implement `DissociatableManagedConnection` #15

Open exabrial opened 8 years ago

exabrial commented 8 years ago

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.