org.opennms.netmgt.capsd.plugins
Class JDBCQueryPlugin

java.lang.Object
  extended by org.opennms.netmgt.capsd.AbstractPlugin
      extended by org.opennms.netmgt.capsd.plugins.JDBCPlugin
          extended by org.opennms.netmgt.capsd.plugins.JDBCQueryPlugin
All Implemented Interfaces:
Plugin

public class JDBCQueryPlugin
extends JDBCPlugin

JDBCQueryPlugin class.

Version:
$Id: $
Author:
ranger

Constructor Summary
JDBCQueryPlugin()
           
 
Method Summary
 boolean checkStatus(Connection con, Map<String,Object> qualifiers)
          checkStatus
 
Methods inherited from class org.opennms.netmgt.capsd.plugins.JDBCPlugin
closeStmt, getProtocolName, isProtocolSupported, isProtocolSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCQueryPlugin

public JDBCQueryPlugin()
Method Detail

checkStatus

public boolean checkStatus(Connection con,
                           Map<String,Object> qualifiers)

checkStatus

Overrides:
checkStatus in class JDBCPlugin
Parameters:
con - a Connection object.
qualifiers - a Map object.
Returns:
a boolean.


Copyright © 2011. All Rights Reserved.