fabric.messages
Class AllocateMessage.Response

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

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


Field Summary
 long[] oids
           
 
Constructor Summary
AllocateMessage.Response(long[] onums)
           
 
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

oids

public long[] oids
Constructor Detail

AllocateMessage.Response

public AllocateMessage.Response(long[] onums)
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