*/
@Override
public String check()
throws ManifoldCFException {
try {
WrappedConnection tempConnection = JDBCConnectionFactory.getConnection(jdbcProvider, host, databaseName, userName, password);
JDBCConnectionFactory.releaseConnection(tempConnection);
return super.check();
} catch (Throwable e) {
if (Logging.connectors.isDebugEnabled()) {
Logging.connectors.debug("Service interruption in check(): " + e.getMessage(), e);