fabric.worker.remote.messages
Class StalenessCheckMessage.Response

java.lang.Object
  extended by fabric.worker.remote.messages.StalenessCheckMessage.Response
All Implemented Interfaces:
Message.Response
Enclosing class:
StalenessCheckMessage

public static class StalenessCheckMessage.Response
extends java.lang.Object
implements Message.Response


Field Summary
 boolean result
          True iff stale objects were found.
 
Constructor Summary
StalenessCheckMessage.Response(boolean result)
           
 
Method Summary
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public final boolean result
True iff stale objects were found.

Constructor Detail

StalenessCheckMessage.Response

public StalenessCheckMessage.Response(boolean result)
Method Detail

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Specified by:
write in interface Message.Response
Throws:
java.io.IOException