org.siebengeisslein.net
Interface ClientMessage

All Superinterfaces:
Message
All Known Implementing Classes:
AbortMessage, AddEntryMessage, CloseMessage, CommitMessage, ConfirmMessage, CreateTransactionMessage, CreateUserScopeVarMessage, ExpireOIDsMessage, GetEntryMessage, GetRootMessage, GetUserScopeVarMessage, InitMessage, LoginMessage, RemoveRootMessage, SetEntryMessage, SetRootMessage, SetUserScopeVarMessage

public interface ClientMessage
extends Message


Method Summary
 void dispatch(ConnectionState state)
           
 
Methods inherited from interface org.siebengeisslein.net.Message
getOpCode, write
 

Method Detail

dispatch

void dispatch(ConnectionState state)
              throws java.io.IOException,
                     CoreException,
                     java.lang.InterruptedException
Throws:
java.io.IOException
CoreException
java.lang.InterruptedException