FileDocCategorySizeDatePackage
StatementEventListener.javaAPI DocExample948Mon Mar 31 23:10:16 BST 2003org.dasein.persist

StatementEventListener

public interface StatementEventListener
Implemented by statement poolers to enable a statement to return to the pool when it has been closed. You can therefore write your own pooling mechanism without writing your own logical prepared statement object simply by implementing this interface.
Last modified $Date$
version
$Revision$
author
George Reese

Fields Summary
Constructors Summary
Methods Summary
public voidstatementClosed(StatementEvent evt)
Statements call this method to let the listener know that an application has closed the statement and the pooling mechanism is now free to return the statement to the pool.

param
evt the event containing information about the closure