Class UnusedTagsCleanerClock

  • All Implemented Interfaces:
    IServiceClock

    public class UnusedTagsCleanerClock
    extends GenericServiceClock
    Clock that cleans tags that are no longer used every 24 hours.
    Since:
    9.0.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    • Constructor Detail

      • UnusedTagsCleanerClock

        public UnusedTagsCleanerClock()
    • Method Detail

      • doTick

        public void doTick​(SessionConfig sessionConfig,
                           ClockConfig clockConfig)
                    throws 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:
        PortalException