Class PersisterLastSessionRefreshStore


  • public class PersisterLastSessionRefreshStore
    extends AbstractLastSessionRefreshStore
    The store is supposed to do periodic bulk update of lastSessionRefresh times of all userSessions, which were refreshed during some period of time. The updates are sent to UserSessionPersisterProvider (DB)
    Author:
    Marek Posolda
    • Field Detail

      • logger

        protected static final org.jboss.logging.Logger logger
    • Constructor Detail

      • PersisterLastSessionRefreshStore

        protected PersisterLastSessionRefreshStore​(int maxIntervalBetweenMessagesSeconds,
                                                   int maxCount,
                                                   boolean offline)