Package net.officefloor.jdbc.test
Interface ValidateConnectionDecoratorFactory.PooledConnectionClosed
-
- Enclosing class:
- ValidateConnectionDecoratorFactory
public static interface ValidateConnectionDecoratorFactory.PooledConnectionClosed
Indicates if thePooledConnection
is closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isClosed()
Indicates if closed.
-