fabric.messages
Class ReadMessage.Response

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

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


Field Summary
 ObjectGroup group
           
 
Constructor Summary
ReadMessage.Response(ObjectGroup group)
          Used by the store to create a read-message response.
 
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

group

public final ObjectGroup group
Constructor Detail

ReadMessage.Response

public ReadMessage.Response(ObjectGroup group)
Used by the store to create a read-message response.

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