gecco.communication.messages
Class AbortAllClientActionsMessage

java.lang.Object
  extended bygecco.communication.messages.Message
      extended bygecco.communication.messages.AbortAllClientActionsMessage

public class AbortAllClientActionsMessage
extends Message

AbortAllClientActionsMessage.java Created: Thu Nov 28 21:26:39 2002

Author:

Constructor Summary
AbortAllClientActionsMessage(int pieceHandle)
           
 
Method Summary
 int getPieceHandle()
           
static Message read(DataInput in)
          This factory method reads a message id from the input stream and calls the read() factory method of the corresponding subclass, which is responsible for reading the actual data.
 void write(DataOutput out)
          This method should write the message to the given DataOutput.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbortAllClientActionsMessage

public AbortAllClientActionsMessage(int pieceHandle)
Method Detail

getPieceHandle

public int getPieceHandle()

write

public void write(DataOutput out)
           throws IOException
Description copied from class: Message
This method should write the message to the given DataOutput.

Specified by:
write in class Message
Parameters:
out - The output stream.
Throws:
IOException

read

public static Message read(DataInput in)
                    throws IOException
Description copied from class: Message
This factory method reads a message id from the input stream and calls the read() factory method of the corresponding subclass, which is responsible for reading the actual data.

Throws:
IOException