public final class JDBCQueryMonitor extends JDBCMonitor
JDBCQueryMonitor class.
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
DEFAULT_RETRY, DEFAULT_TIMEOUT
Constructor and Description |
---|
JDBCQueryMonitor()
Constructor for JDBCQueryMonitor.
|
Modifier and Type | Method and Description |
---|---|
PollStatus |
checkDatabaseStatus(Connection con,
Map<String,Object> parameters)
checkDatabaseStatus
|
closeStmt, initialize, initialize, poll, release, release
getKeyedBoolean, getKeyedInteger, getKeyedLong, getKeyedObject, getKeyedString
public JDBCQueryMonitor() throws ClassNotFoundException, InstantiationException, IllegalAccessException
Constructor for JDBCQueryMonitor.
ClassNotFoundException
- if any.InstantiationException
- if any.IllegalAccessException
- if any.public PollStatus checkDatabaseStatus(Connection con, Map<String,Object> parameters)
checkDatabaseStatus
checkDatabaseStatus
in class JDBCMonitor
con
- a Connection
object.parameters
- a Map
object.PollStatus
object.Copyright © 2017. All rights reserved.