de.bea.domingo.server
Interface Command

All Known Implementing Classes:
BaseCommand, CreateDatabaseCommand, CreateDatabaseFromTemplateCommand, DomingoServer, ErrorCommand, ReadDatabaseCommand, ReadDocumentCommand, SaveDocumentCommand

public interface Command

TODO.

Author:
Kurt Riede

Method Summary
 void execute(DSession session, java.util.Map parameters, java.io.PrintWriter printWriter)
          Executes the command.
 

Method Detail

execute

void execute(DSession session,
             java.util.Map parameters,
             java.io.PrintWriter printWriter)
             throws DNotesException,
                    java.io.IOException
Executes the 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


Domingo Java-API