Package lumis.portal.clock
Defines classes and interfaces for the portal's "clock" scheduling module.
A service may define a clock in its servicedefinition.xml
.
This clock is a scheduled task, that executes a custom code periodically.
The custom code is specified as a class that implements
IServiceClock
.
Consider extending GenericServiceClock
instead of implementing IServiceClock
directly.
- Since:
- 4.0.0
- Version:
- $Revision: 10772 $ $Date: 2009-07-28 18:58:40 -0300 (Tue, 28 Jul 2009) $
-
Interface Summary Interface Description IClockDao IClockManager IClockManagerSPI Service provider interface for clock manager.IServiceClock Service Clock Interface -
Class Summary Class Description ClockConfig A portal clock, which represents an execution that is scheduled to be executed in regular intervals.ClockDaoJdbc Group DAO jdbc-based implementation.ClockManager PortalClock The PortalClock.