Class KmeliaBinsScheduledPurger

  • All Implemented Interfaces:
    org.silverpeas.core.initialization.Initialization

    @Service
    public class KmeliaBinsScheduledPurger
    extends Object
    implements org.silverpeas.core.initialization.Initialization
    A service scheduled in time to clean out periodically the bin in each Kmelia instances of the items (both topics and publications) that have been removed since a given number of days. The purge scheduling and the delay in days can be parameterized in the org/silverpeas/kmelia/settings/kmeliaSettings.properties configuration file.
    Author:
    mmoquillon
    • Constructor Detail

      • KmeliaBinsScheduledPurger

        public KmeliaBinsScheduledPurger()
    • Method Detail

      • init

        public void init()
                  throws Exception
        Specified by:
        init in interface org.silverpeas.core.initialization.Initialization
        Throws:
        Exception
      • release

        public void release()
                     throws Exception
        Specified by:
        release in interface org.silverpeas.core.initialization.Initialization
        Throws:
        Exception