fabric.messages
Class AbortTransactionMessage.Response

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

public static class AbortTransactionMessage.Response
extends java.lang.Object
implements 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
 

Method Detail

write

public void write(java.io.DataOutput out)
Specified by:
write in interface Message.Response