public class ReadDatabaseCommand extends Object implements Command
| Constructor and Description |
|---|
ReadDatabaseCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
public void execute(DSession session, Map parameters, PrintWriter printWriter) throws DNotesException, IOException
execute in interface Commandsession - domingo session for executionparameters - request parametersprintWriter - writer for the responseDNotesException - if the command cannot be executedIOException - if the response could not be created or completedCommand.execute(DSession,
java.util.Map, java.io.PrintWriter)Copyright © 2005–2020. All rights reserved.