org.kuali.common.jdbc.listeners
Class NotifyingListener
java.lang.Object
org.kuali.common.jdbc.listeners.NotifyingListener
- All Implemented Interfaces:
- SqlListener
public final class NotifyingListener
- extends Object
- implements SqlListener
Notify other listeners about SQL related events
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyingListener
public NotifyingListener(List<SqlListener> listeners)
beforeExecution
public void beforeExecution(SqlExecutionEvent event)
- Specified by:
beforeExecution in interface SqlListener
beforeExecuteSql
public void beforeExecuteSql(SqlEvent event)
- Specified by:
beforeExecuteSql in interface SqlListener
afterExecuteSql
public void afterExecuteSql(SqlEvent event)
- Specified by:
afterExecuteSql in interface SqlListener
afterExecution
public void afterExecution(SqlExecutionEvent event)
- Specified by:
afterExecution in interface SqlListener
getListeners
public List<SqlListener> getListeners()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.