|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.server.BaseCommand de.bea.domingo.server.DomingoServer
public final class DomingoServer
Domingo server. TODO.
Constructor Summary | |
---|---|
DomingoServer()
Constructor. |
Method Summary | |
---|---|
void |
execute(DSession session,
java.util.Map parameters,
java.io.PrintWriter printWriter)
Executes a domingo request with the specified parameters. |
Methods inherited from class de.bea.domingo.server.BaseCommand |
---|
getParameterString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomingoServer()
Method Detail |
---|
public void execute(DSession session, java.util.Map parameters, java.io.PrintWriter printWriter) throws java.lang.UnsupportedOperationException, DNotesException, java.io.IOException
cmd
parameter, the request is delegated to the
corresponsing implementation of the Command
interface.
execute
in interface Command
execute
in class BaseCommand
session
- domingo session for executionparameters
- request parametersprintWriter
- response stream for output
DNotesException
- if the command cannot be executed
java.io.IOException
- if the response could not be created or completed
java.lang.UnsupportedOperationException
- if the specified command doesn't existCommand.execute(de.bea.domingo.DSession, java.util.Map, java.io.PrintWriter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |