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.
 

Method Detail

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.

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.