fabric.messages
Class StalenessCheckMessage.Response

java.lang.Object
  extended by fabric.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
 java.util.List<SerializedObject> staleObjects
           
 
Constructor Summary
StalenessCheckMessage.Response(java.util.List<SerializedObject> staleObjects)
           
 
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

staleObjects

public final java.util.List<SerializedObject> staleObjects
Constructor Detail

StalenessCheckMessage.Response

public StalenessCheckMessage.Response(java.util.List<SerializedObject> staleObjects)
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