How Do I: Configure a Timer Control?
You configure a Timer control in the following ways:
By setting the attributes of the @jws:timer tag associated with the Timer control's declaration in your JWS file.
By calling methods of the TimerControl interface on the instance of TimerControl you wish to configure.
Both of these techniques are described in Using a Timer Control.
The following sample web services demonstrate use of a Timer control:
Controls: Using Resources from a Web Service
Timer Control: Using Timers in Your Web Service