Class CleanerTimer

java.lang.Object
org.gluu.oxtrust.service.CleanerTimer

@ApplicationScoped @Named public class CleanerTimer extends Object
Cleaner service
Author:
Yuriy Movchan Date: 09/01/2018
  • Field Details

  • Constructor Details

    • CleanerTimer

      public CleanerTimer()
  • Method Details

    • initTimer

      public void initTimer()
    • process

      @Asynchronous public void process(@Observes org.gluu.service.cdi.event.CleanerEvent cleanerEvent)
    • processImpl

      public void processImpl()
    • cleanup

      public int cleanup(Map.Entry<String,Class<?>> baseDn, Date now, int batchSize)