|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.server.BaseCommand
public abstract class BaseCommand
Base class for implementations of the Command
interface.
Constructor Summary | |
---|---|
BaseCommand()
|
Method Summary | |
---|---|
abstract void |
execute(DSession session,
java.util.Map parameters,
java.io.PrintWriter printWriter)
Executes the command. |
protected java.lang.String |
getParameterString(java.util.Map parameters,
java.lang.String name)
Reads the string value of a named parameter from a parameters map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseCommand()
Method Detail |
---|
public abstract void execute(DSession session, java.util.Map parameters, java.io.PrintWriter printWriter) throws DNotesException, java.io.IOException
execute
in interface Command
session
- domingo session for executionparameters
- request parametersprintWriter
- writer for the response
DNotesException
- if the command cannot be executed
java.io.IOException
- if the response could not be created or completedCommand.execute(de.bea.domingo.DSession, java.util.Map, java.io.PrintWriter)
protected final java.lang.String getParameterString(java.util.Map parameters, java.lang.String name)
parameters
- map of parametersname
- parameter name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |