org.kuali.common.jdbc.listener
Class NotifyingListener

java.lang.Object
  extended by org.kuali.common.jdbc.listener.NotifyingListener
All Implemented Interfaces:
SqlListener

Deprecated.

@Deprecated
public class NotifyingListener
extends Object
implements SqlListener

Notify other listeners about SQL related events


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

Constructor Detail

NotifyingListener

public NotifyingListener()
Deprecated. 

NotifyingListener

public NotifyingListener(List<SqlListener> listeners)
Deprecated. 
Method Detail

beforeMetaData

public void beforeMetaData(SqlMetaDataEvent event)
Deprecated. 
Specified by:
beforeMetaData in interface SqlListener

afterMetaData

public void afterMetaData(SqlMetaDataEvent event)
Deprecated. 
Specified by:
afterMetaData in interface SqlListener

beforeExecution

public void beforeExecution(SqlExecutionEvent event)
Deprecated. 
Specified by:
beforeExecution in interface SqlListener

bucketsCreated

public void bucketsCreated(BucketEvent event)
Deprecated. 
Specified by:
bucketsCreated in interface SqlListener

beforeExecuteSql

public void beforeExecuteSql(SqlEvent event)
Deprecated. 
Specified by:
beforeExecuteSql in interface SqlListener

afterExecuteSql

public void afterExecuteSql(SqlEvent event)
Deprecated. 
Specified by:
afterExecuteSql in interface SqlListener

afterExecution

public void afterExecution(SqlExecutionEvent event)
Deprecated. 
Specified by:
afterExecution in interface SqlListener

getListeners

public List<SqlListener> getListeners()
Deprecated. 

setListeners

public void setListeners(List<SqlListener> listeners)
Deprecated. 


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