Timer Control: Using Timers in Your Web Service

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

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