public final class DomingoServer extends BaseCommand implements Command
| Constructor and Description |
|---|
DomingoServer()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes a domingo request with the specified parameters.
|
getParameterStringpublic void execute(DSession session, Map parameters, PrintWriter printWriter) throws UnsupportedOperationException, DNotesException, IOException
cmd parameter, the request is delegated to the
corresponsing implementation of the Command interface.execute in interface Commandexecute in class BaseCommandsession - domingo session for executionparameters - request parametersprintWriter - response stream for outputDNotesException - if the command cannot be executedIOException - if the response could not be created or completedUnsupportedOperationException - if the specified command doesn't existCommand.execute(DSession, java.util.Map, java.io.PrintWriter)Copyright © 2005–2020. All rights reserved.