public interface DissociatableManagedConnection
ManagedConnection implementation. An implementation of this
 interface must support the lazy connection association optimization.| Modifier and Type | Method and Description | 
|---|---|
| void | dissociateConnections()This method is called by an application server (that is capable of lazy
 connection association optimization) in order to dissociate a
  ManagedConnectioninstance from all of its connection
 handles. | 
void dissociateConnections()
                    throws ResourceException
ManagedConnection instance from all of its connection
 handles.ResourceException - generic exception if operation fails.ResourceAdapterInternalException - resource adapter internal error conditionIllegalStateException - Illegal state for dissociating a
             ManagedConnection from all of its connection
             handles.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.