Package net.officefloor.jdbc
Interface AbstractJdbcManagedObjectSource.Connectivity
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
AbstractJdbcManagedObjectSource.ConnectionConnectivity
- Enclosing class:
- AbstractJdbcManagedObjectSource
public static interface AbstractJdbcManagedObjectSource.Connectivity extends java.lang.AutoCloseable
Connectivity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Connection
getConnection()
Obtains theConnection
to test connectivity.
-