org.kuali.common.jdbc.listener
Class SqlEvent

java.lang.Object
  extended by org.kuali.common.jdbc.listener.SqlEvent

Deprecated.

@Deprecated
public class SqlEvent
extends Object


Constructor Summary
SqlEvent()
          Deprecated.  
SqlEvent(String sql, int updateCount, long startTimeMillis, long stopTimeMillis)
          Deprecated.  
SqlEvent(String sql, long startTimeMillis)
          Deprecated.  
 
Method Summary
 String getSql()
          Deprecated.  
 long getStartTimeMillis()
          Deprecated.  
 long getStopTimeMillis()
          Deprecated.  
 int getUpdateCount()
          Deprecated.  
 void setSql(String sql)
          Deprecated.  
 void setStartTimeMillis(long startTimeMillis)
          Deprecated.  
 void setStopTimeMillis(long stopTimeMillis)
          Deprecated.  
 void setUpdateCount(int updateCount)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlEvent

public SqlEvent()
Deprecated. 

SqlEvent

public SqlEvent(String sql,
                long startTimeMillis)
Deprecated. 

SqlEvent

public SqlEvent(String sql,
                int updateCount,
                long startTimeMillis,
                long stopTimeMillis)
Deprecated. 
Method Detail

getSql

public String getSql()
Deprecated. 

setSql

public void setSql(String sql)
Deprecated. 

getStartTimeMillis

public long getStartTimeMillis()
Deprecated. 

setStartTimeMillis

public void setStartTimeMillis(long startTimeMillis)
Deprecated. 

getStopTimeMillis

public long getStopTimeMillis()
Deprecated. 

setStopTimeMillis

public void setStopTimeMillis(long stopTimeMillis)
Deprecated. 

getUpdateCount

public int getUpdateCount()
Deprecated. 

setUpdateCount

public void setUpdateCount(int updateCount)
Deprecated. 


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