com.adventnet.snmp.mibs.agent
Interface JDBCListener

All Superinterfaces:
java.util.EventListener

public interface JDBCListener
extends java.util.EventListener

This interface class is implemented by Jdbc bean which waits for JDBCEvent.


Method Summary
 void executeQuery(JDBCEvent jEvent)
          This interface function is implemented by the Jdbc bean for executing the Sql query encapsulated in JDBCEvent and returns as Vectors.
 

Method Detail

executeQuery

void executeQuery(JDBCEvent jEvent)
This interface function is implemented by the Jdbc bean for executing the Sql query encapsulated in JDBCEvent and returns as Vectors.