org.opennms.netmgt.poller.monitors
Class JDBCStoredProcedureMonitor
java.lang.Object
org.opennms.netmgt.poller.monitors.IPv4Monitor
org.opennms.netmgt.poller.monitors.JDBCMonitor
org.opennms.netmgt.poller.monitors.JDBCStoredProcedureMonitor
- All Implemented Interfaces:
- ServiceMonitor
public final class JDBCStoredProcedureMonitor
- extends JDBCMonitor
This class implements a basic JDBC monitoring framework; The idea is than
these tests doesn't take too long (or too much resources to run) and provide
the basic healt information about the polled server. See
src/services/org/opennms/netmgt/poller OpenNMS plugin
information at OpenNMS
developer site
- Since:
- 0.1
- Author:
- Jose Vicente Nunez Zuleta (josevnz@users.sourceforge.net) - RHCE,
SJCD, SJCP version 0.1 - 07/23/2002 * version 0.2 - 08/05/2002 --
Added retry logic, input validations to poller.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCStoredProcedureMonitor
public JDBCStoredProcedureMonitor()
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Class constructor.
- Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
checkDatabaseStatus
public PollStatus checkDatabaseStatus(Connection con,
Map parameters)
- Overrides:
checkDatabaseStatus in class JDBCMonitor
Copyright © 2009. All Rights Reserved.