Interface FailFastConnection

All Superinterfaces:
AutoCloseable, Connection, Wrapper, Wrapper
All Known Implementing Classes:
FailFastConnectionImpl

public interface FailFastConnection extends Wrapper, Connection
Makes a Connection perform in a fail-fast manner. All access to the connection will fail once a Throwable has been thrown by the underlying driver, with this state only being cleared by rollback.
Author:
AO Industries, Inc.