Class MissingStatsInfoMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingStatsInfoMessage
    extends MissingPyramidMessage
    Published when an request is made for a pixels pyramid when the file does not yet contain channel statistics.
    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
      MissingStatsInfoMessage​(java.lang.Object source, long pixelsID)  
    • 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
    • Constructor Detail

      • MissingStatsInfoMessage

        public MissingStatsInfoMessage​(java.lang.Object source,
                                       long pixelsID)