Package lumis.portal.clock

Package class diagram package lumis.portal.clock
Defines classes and interfaces for the portal's "clock" scheduling module.

See:
          Description

Interface Summary
IClockDao  
IClockManager  
IServiceClock Service Clock Interface
 

Class Summary
ClockConfig A portal clock, which represents an execution that is scheduled to be executed in regular intervals.
ClockDaoJdbc Group DAO jdbc-based implementation.
ClockManager  
ClockStarter  
PortalClock The PortalClock.
 

Package lumis.portal.clock Description

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.