Class PersistentEventLogLoader

  • All Implemented Interfaces:
    java.lang.Iterable<ome.model.meta.EventLog>, java.util.EventListener, java.util.Iterator<ome.model.meta.EventLog>, org.springframework.context.ApplicationListener

    @Deprecated
    public class PersistentEventLogLoader
    extends PersistentEventLogLoader
    Deprecated.
    EventLogLoader implementation which keeps tracks of the last EventLog instance, and always provides the next unindexed instance. Resetting that saved value would restart indexing.
    Since:
    3.0-Beta3
    • Constructor Detail

      • PersistentEventLogLoader

        public PersistentEventLogLoader()
        Deprecated.
    • Method Detail

      • initialize

        public void initialize()
        Deprecated.
        Called when the configuration database does not contain a valid current_id. Used to index all the data which does not have an EventLog.
        Specified by:
        initialize in class PersistentEventLogLoader
      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.ApplicationEvent event)
        Deprecated.
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener
        Overrides:
        onApplicationEvent in class EventLogLoader