org.siebengeisslein.net.message
Class CreateUserScopeVarMessage

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

public class CreateUserScopeVarMessage
extends java.lang.Object
implements ClientMessage


Constructor Summary
CreateUserScopeVarMessage(java.io.DataInputStream in)
           
CreateUserScopeVarMessage(RemoteTransaction transaction, long oid)
           
 
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

CreateUserScopeVarMessage

public CreateUserScopeVarMessage(RemoteTransaction transaction,
                                 long oid)

CreateUserScopeVarMessage

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

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