de.bea.domingo.server
Class ReadDatabaseCommand

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

public class ReadDatabaseCommand
extends java.lang.Object
implements Command

TODO.

Author:
Kurt Riede

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

Constructor Detail

ReadDatabaseCommand

public ReadDatabaseCommand()
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
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