public interface Command
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
void execute(DSession session, Map parameters, PrintWriter printWriter) throws DNotesException, IOException
session - domingo session for executionparameters - request parametersprintWriter - writer for the responseDNotesException - if the command cannot be executedIOException - if the response could not be created or completedCopyright © 2005–2020. All rights reserved.