org.siebengeisslein.net.message
Class SetEntryMessage

java.lang.Object
  extended by org.siebengeisslein.net.message.SetEntryMessage
All Implemented Interfaces:
ClientMessage, Message

public class SetEntryMessage
extends java.lang.Object
implements ClientMessage


Constructor Summary
SetEntryMessage(java.io.DataInputStream in)
           
SetEntryMessage(RemoteTransaction t, long oid, CoreEntry entry)
           
 
Method Summary
 void dispatch(ConnectionState state)
           
 byte getOpCode()
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetEntryMessage

public SetEntryMessage(java.io.DataInputStream in)
                throws java.io.IOException
Throws:
java.io.IOException

SetEntryMessage

public SetEntryMessage(RemoteTransaction t,
                       long oid,
                       CoreEntry entry)
Method Detail

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Specified by:
write in interface Message
Throws:
java.io.IOException

getOpCode

public byte getOpCode()
Specified by:
getOpCode in interface Message

dispatch

public void dispatch(ConnectionState state)
              throws java.io.IOException,
                     CoreException,
                     java.lang.InterruptedException
Specified by:
dispatch in interface ClientMessage
Throws:
java.io.IOException
CoreException
java.lang.InterruptedException