be.SIRAPRISE.client
Class ServerAssignmentCommand

java.lang.Object
  extended by be.SIRAPRISE.client.ServerCommand
      extended by be.SIRAPRISE.client.ServerAssignmentCommand
Direct Known Subclasses:
ServerMultipleAssignmentCommand, ServerSingleAssignmentCommand

public abstract class ServerAssignmentCommand
extends ServerCommand

Author:
Erwin

Constructor Summary
ServerAssignmentCommand()
           
 
Method Summary
abstract  void writeToStream(java.io.DataOutputStream outputStream)
          Writes the assignment-type specific portion of the command to the given stream
 
Methods inherited from class be.SIRAPRISE.client.ServerCommand
getCommandObjectFor, getCommandObjectFrom, getCommandParametersText, getFullCommandText, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerAssignmentCommand

public ServerAssignmentCommand()
Method Detail

writeToStream

public abstract void writeToStream(java.io.DataOutputStream outputStream)
                            throws java.io.IOException
Writes the assignment-type specific portion of the command to the given stream

Parameters:
outputStream - The stream to write to
Throws:
java.io.IOException