Class DeleteExpiredDurableMessagesClock

  • All Implemented Interfaces:
    IServiceClock

    public class DeleteExpiredDurableMessagesClock
    extends GenericServiceClock
    Deletes expired durable messages.
    Since:
    4.1.0
    Version:
    $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
    • Constructor Detail

      • DeleteExpiredDurableMessagesClock

        public DeleteExpiredDurableMessagesClock()
    • Method Detail

      • doTick

        public void doTick​(SessionConfig sessionConfig,
                           ClockConfig clockConfig)
                    throws ServiceException,
                           PortalException
        Description copied from interface: IServiceClock
        Executes a clock tick. This interface must be implemented by an object that handles clock ticks. Based on the service definition and/or the custom definition specified by the user this method will be called on regular intervals.
        Parameters:
        sessionConfig - the user session information.
        clockConfig - the clock.
        Throws:
        ServiceException
        PortalException