fabric.messages
Class DissemReadMessage.Response

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

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


Field Summary
 Glob glob
           
 
Constructor Summary
DissemReadMessage.Response(Glob glob)
          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

glob

public final Glob glob
Constructor Detail

DissemReadMessage.Response

public DissemReadMessage.Response(Glob glob)
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