org.apache.derby.iapi.services.timer
Interface TimerFactory
- All Known Implementing Classes:
- SingletonTimerFactory
public interface TimerFactory
This class provides access to Timer objects for various purposes.
The scheme for creation of Timer objects is implementation-defined.
Method Summary |
java.util.Timer |
getCancellationTimer()
Returns a Timer object that can be used for adding TimerTasks
that cancel executing statements. |
getCancellationTimer
java.util.Timer getCancellationTimer()
- Returns a Timer object that can be used for adding TimerTasks
that cancel executing statements.
- Returns:
- a Timer object for cancelling statements.
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.