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$ $Date$