de.bea.domingo.server
Class ReadDocumentCommand

java.lang.Object
  extended by de.bea.domingo.server.BaseCommand
      extended by de.bea.domingo.server.ReadDocumentCommand
All Implemented Interfaces:
Command

public final class ReadDocumentCommand
extends BaseCommand
implements Command

TODO.

Author:
Kurt Riede

Constructor Summary
ReadDocumentCommand()
           
 
Method Summary
 void execute(DSession session, java.util.Map parameters, java.io.PrintWriter printWriter)
          Executes the command.
 
Methods inherited from class de.bea.domingo.server.BaseCommand
getParameterString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadDocumentCommand

public ReadDocumentCommand()
Method Detail

execute

public void execute(DSession session,
                    java.util.Map parameters,
                    java.io.PrintWriter printWriter)
             throws DNotesException,
                    java.io.IOException
Executes the command.

Specified by:
execute in interface Command
Specified by:
execute in class BaseCommand
Parameters:
session - domingo session for execution
parameters - request parameters
printWriter - writer for the response
Throws:
DNotesException - if the command cannot be executed
java.io.IOException - if the response could not be created or completed
See Also:
Command.execute(de.bea.domingo.DSession, java.util.Map, java.io.PrintWriter)


Domingo Java-API