org.kuali.common.jdbc.listeners
Class NotifyingListener

java.lang.Object
  extended by 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


Constructor Summary
NotifyingListener(List<SqlListener> listeners)
           
 
Method Summary
 void afterExecuteSql(SqlEvent event)
           
 void afterExecution(SqlExecutionEvent event)
           
 void beforeExecuteSql(SqlEvent event)
           
 void beforeExecution(SqlExecutionEvent event)
           
 List<SqlListener> getListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyingListener

public NotifyingListener(List<SqlListener> listeners)
Method Detail

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.