org.siebengeisslein.net.message
Class CreateUserScopeVarMessage
java.lang.Object
org.siebengeisslein.net.message.CreateUserScopeVarMessage
- All Implemented Interfaces:
- ClientMessage, Message
public class CreateUserScopeVarMessage
- extends java.lang.Object
- implements ClientMessage
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CreateUserScopeVarMessage
public CreateUserScopeVarMessage(RemoteTransaction transaction,
long oid)
CreateUserScopeVarMessage
public CreateUserScopeVarMessage(java.io.DataInputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
getOpCode
public byte getOpCode()
- Specified by:
getOpCode in interface Message
write
public void write(java.io.DataOutputStream out)
throws java.io.IOException
- Specified by:
write in interface Message
- Throws:
java.io.IOException
dispatch
public void dispatch(ConnectionState state)
throws java.io.IOException,
CoreException
- Specified by:
dispatch in interface ClientMessage
- Throws:
java.io.IOException
CoreException
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