com.adventnet.snmp.mibs.agent
Interface JDBCListener
- 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. |
executeQuery
public 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.