Class EventLogsMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventLogsMessage
    extends ome.util.messages.InternalMessage
    Published with the final collection of EventLog instances which will be saved.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLogsMessage​(java.lang.Object source, com.google.common.collect.Multimap<java.lang.String,​ome.model.meta.EventLog> logs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<ome.model.meta.EventLog> matches​(java.lang.String klass, java.lang.String action)  
      • Methods inherited from class ome.util.messages.InternalMessage

        isThreadSafe
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EventLogsMessage

        public EventLogsMessage​(java.lang.Object source,
                                com.google.common.collect.Multimap<java.lang.String,​ome.model.meta.EventLog> logs)
    • Method Detail

      • matches

        public java.util.Collection<ome.model.meta.EventLog> matches​(java.lang.String klass,
                                                                     java.lang.String action)