javax.resource.spi
Interface DissociatableManagedConnection
public interface DissociatableManagedConnection
A marker interface for connections that support the lazy connection
association optimization.
Method Summary |
void |
dissociateConnections()
Invoked by the application server to dissociate the managed connection
from all handles. |
dissociateConnections
void dissociateConnections()
throws ResourceException
- Invoked by the application server to dissociate the managed connection
from all handles.
- Throws:
ResourceException
- for any error
ResourceAdapterInternalException
- for an internal error in the
resource adapter
IllegalStateException
- if the state cannot be cleaned up, e.g. a
transaction is in progress
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.