Skip Headers

Oracle® Application Server Containers for J2EE Enterprise JavaBeans Developer's Guide
10g Release 2 (10.1.2)
Part No. B15505-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

11 Using Timers

You can use timers within all types of EJBs—except stateful session beans. The EJB can set up a timer where OC4J calls the bean either at a specified time, after a specified elapsed time, or at specified intervals. These timers are for use in modeling of application-level processes, not for real-time events.

The following sections describe how to use timers: