A Timer control notifies your web service when a specified period of
time has elapsed or when a specified absolute time has been reached. Each
Timer control is customized with a particular behavior.
Unlike most controls, a Timer control is declared directly in a JWS
file.
All Timer controls are instances of the weblogic.jws.control.TimerControl
base class.
To learn about WebLogic Workshop controls, see Controls:
Using Resources from a Web Service.
Topics Included in this Section
Creating a
New Timer Control
Explains how to create a new Timer control.
Using a Timer Control
Explains how to use a Timer Control you've already created.
How Do I: Configure
a Timer Control?
Describes the processes of setting defaults for your Timer
control.
Specifying
Time on a Timer Control
Explains how to specify time when setting the attributes
of a Timer control.
Timer Control Samples
SimpleTimer.jws
Sample
AdvancedTimer.jws
Sample
HelloWorldAsync.jws
Sample
Related Topics
Controls: Using Resources from
a Web Service
CTRL Files: Implementing Controls