Class ReindexMessage<T extends ome.model.IObject>

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReindexMessage<T extends ome.model.IObject>
    extends ome.util.messages.InternalMessage
    Published when one or more IObject instances must be re-indexed. This happens especially in FieldBridge implementations since they are provided only with a single Document but may want to keep several in sync.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<T> objects  
      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ReindexMessage​(java.lang.Object source, java.util.List<T> list)  
    • Method Summary

      • 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
    • Field Detail

      • objects

        public final java.util.List<T extends ome.model.IObject> objects
    • Constructor Detail

      • ReindexMessage

        public ReindexMessage​(java.lang.Object source,
                              java.util.List<T> list)