Uses of Class
org.opennms.bb.common.db.DBConnection

Packages that use DBConnection
org.opennms.bb.common.filter   
org.opennms.bb.dp.poller.scheduler.utils   
 

Uses of DBConnection in org.opennms.bb.common.filter
 

Fields in org.opennms.bb.common.filter declared as DBConnection
private  DBConnection BBFilter.dbConn
          This is the connection to the database.
 

Uses of DBConnection in org.opennms.bb.dp.poller.scheduler.utils
 

Fields in org.opennms.bb.dp.poller.scheduler.utils declared as DBConnection
private  DBConnection PollerInterface.m_connection
           
 

Methods in org.opennms.bb.dp.poller.scheduler.utils with parameters of type DBConnection
private  HashMap PollerInterface.getServices(DBConnection aConnection, String anAddress)
           
private  String PollerInterface.getManagedStatus(DBConnection aConnection, String anAddress)