Class FailFastConnectionImpl

java.lang.Object
com.aoapps.sql.wrapper.ConnectionWrapperImpl
com.aoapps.sql.failfast.FailFastConnectionImpl
All Implemented Interfaces:
FailFastConnection, ConnectionWrapper, Wrapper, AutoCloseable, Connection, Wrapper

public class FailFastConnectionImpl extends ConnectionWrapperImpl implements FailFastConnection
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.