Timer Control

A Timer control notifies your application when a specified period of time has elapsed or when a specified absolute time has been reached.

All Timer controls are instances of the com.bea.control.TimerControl base class. Unlike most controls, a Timer control is declared directly in a JWS file; there is no subclass created for a Timer control.

To learn about WebLogic Workshop controls, see Using WebLogic Built-In Controls.

Topics Included in this Section

Timer Control Samples

SimpleTimer.jws Sample

AdvancedTimer.jws Sample

HelloWorldAsync.jws Sample

Related Topics

TimerControl Interface

Using WebLogic Built-In Controls