ome.io.messages
Class MissingPyramidMessage

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by ome.util.messages.InternalMessage
              extended by ome.io.messages.MissingPyramidMessage
All Implemented Interfaces:
Serializable

public class MissingPyramidMessage
extends InternalMessage

Published when an request is made for a pixels pyramid when the file does not yet exist.

See Also:
Serialized Form

Field Summary
 long pixelsID
           
 
Fields inherited from class ome.util.messages.InternalMessage
threadSafe
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MissingPyramidMessage(Object source, long pixelsID)
           
 
Method Summary
 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(Object source,
                             long pixelsID)
Method Detail

setRetry

public void setRetry()

isRetry

public boolean isRetry()


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.