org.siebengeisslein.net.message
Class SetUserScopeVarMessage

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

public class SetUserScopeVarMessage
extends java.lang.Object
implements ClientMessage


Constructor Summary
SetUserScopeVarMessage(java.io.DataInputStream in)
           
SetUserScopeVarMessage(RemoteTransaction transaction, long userLocalOid, long valueOid)
           
 
Method Summary
 void dispatch(ConnectionState state)
           
 boolean equals(java.lang.Object obj)
           
 byte getOpCode()
           
 int hashCode()
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetUserScopeVarMessage

public SetUserScopeVarMessage(RemoteTransaction transaction,
                              long userLocalOid,
                              long valueOid)

SetUserScopeVarMessage

public SetUserScopeVarMessage(java.io.DataInputStream in)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object