Package lumis.portal.sendmail
Class SendMailClock
- java.lang.Object
-
- lumis.portal.service.GenericServiceClock
-
- lumis.portal.sendmail.SendMailClock
-
- All Implemented Interfaces:
IServiceClock
public class SendMailClock extends GenericServiceClock
A clock used to callISendMailManager.pollMailQueueProcessing()
at regular intervals.- Since:
- 4.0.4
- Version:
- $Revision: 6251 $ $Date: 2007-03-27 10:49:29 -0300 (Tue, 27 Mar 2007) $
-
-
Field Summary
-
Fields inherited from interface lumis.portal.clock.IServiceClock
CLOCK_TICK_SERVICE, CLOCK_TICK_SERVICE_INSTANCE, CLOCK_TICK_SERVICE_INTERFACE, CLOCK_TICK_SERVICE_INTERFACE_INSTANCE
-
-
Constructor Summary
Constructors Constructor Description SendMailClock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Methods inherited from class lumis.portal.service.GenericServiceClock
getNextScheduleTime
-
-
-
-
Method Detail
-
doTick
public void doTick(SessionConfig sessionConfig, ClockConfig clockConfig) throws ServiceException, PortalException
- Parameters:
sessionConfig
- the user session information.clockConfig
- the clock.- Throws:
ServiceException
PortalException
- Since:
- 4.0.4
-
-