Class MissingPyramidMessage

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    MissingStatsInfoMessage

    public class MissingPyramidMessage
    extends ome.util.messages.InternalMessage
    Published when an request is made for a pixels pyramid when the file does not yet exist.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long pixelsID  
      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingPyramidMessage​(java.lang.Object source, long pixelsID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRetry()  
      void setRetry()  
      • 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

      • pixelsID

        public final long pixelsID
    • Constructor Detail

      • MissingPyramidMessage

        public MissingPyramidMessage​(java.lang.Object source,
                                     long pixelsID)
    • Method Detail

      • setRetry

        public void setRetry()
      • isRetry

        public boolean isRetry()