fabric.worker.remote.messages
Class RemoteCallMessage.Response

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

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


Field Summary
 java.lang.Object result
           
 UpdateMap updateMap
           
 
Constructor Summary
RemoteCallMessage.Response(java.lang.Object result, UpdateMap updateMap)
           
 
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 java.lang.Object result

updateMap

public final UpdateMap updateMap
Constructor Detail

RemoteCallMessage.Response

public RemoteCallMessage.Response(java.lang.Object result,
                                  UpdateMap updateMap)
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