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
ManagedConnection instance 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.