org.siebengeisslein.net.message
Class SetUserScopeVarMessage
java.lang.Object
org.siebengeisslein.net.message.SetUserScopeVarMessage
- All Implemented Interfaces:
- ClientMessage, Message
public class SetUserScopeVarMessage
- extends java.lang.Object
- implements ClientMessage
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SetUserScopeVarMessage
public SetUserScopeVarMessage(RemoteTransaction transaction,
long userLocalOid,
long valueOid)
SetUserScopeVarMessage
public SetUserScopeVarMessage(java.io.DataInputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
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