com.mysql.jdbc
Class StatementImpl.CancelTask
java.lang.Object
java.util.TimerTask
com.mysql.jdbc.StatementImpl.CancelTask
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- StatementImpl
class StatementImpl.CancelTask
- extends java.util.TimerTask
Thread used to implement query timeouts...Eventually we could be more
efficient and have one thread with timers, but this is a straightforward
and simple way to implement a feature that isn't used all that often.
Method Summary |
void |
run()
|
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionId
long connectionId
origHost
java.lang.String origHost
caughtWhileCancelling
java.sql.SQLException caughtWhileCancelling
toCancel
StatementImpl toCancel
origConnProps
java.util.Properties origConnProps
origConnURL
java.lang.String origConnURL
StatementImpl.CancelTask
StatementImpl.CancelTask(StatementImpl cancellee)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
- Specified by:
run
in class java.util.TimerTask