org.kuali.common.jdbc.model.event
Class SqlExecutionEvent

java.lang.Object
  extended by org.kuali.common.jdbc.model.event.AbstractTimedEvent
      extended by org.kuali.common.jdbc.model.event.SqlExecutionEvent

public final class SqlExecutionEvent
extends AbstractTimedEvent


Constructor Summary
SqlExecutionEvent(JdbcContext context, long startTimeMillis, long stopTimeMillis)
           
 
Method Summary
 JdbcContext getContext()
           
 
Methods inherited from class org.kuali.common.jdbc.model.event.AbstractTimedEvent
getStartTimeMillis, getStopTimeMillis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlExecutionEvent

public SqlExecutionEvent(JdbcContext context,
                         long startTimeMillis,
                         long stopTimeMillis)
Method Detail

getContext

public JdbcContext getContext()


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