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