org.kuali.common.jdbc.listeners
Class NoOpSqlListener

java.lang.Object
  extended by org.kuali.common.jdbc.listeners.NoOpSqlListener
All Implemented Interfaces:
SqlListener
Direct Known Subclasses:
LogSqlListener, ThreadSafeListener

public class NoOpSqlListener
extends Object
implements SqlListener


Field Summary
static NoOpSqlListener INSTANCE
           
 
Method Summary
 void afterExecuteSql(SqlEvent event)
           
 void afterExecution(SqlExecutionEvent event)
           
 void beforeExecuteSql(SqlEvent event)
           
 void beforeExecution(SqlExecutionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoOpSqlListener INSTANCE
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


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.