de.bea.domingo.server
Class DomingoServer

java.lang.Object
  extended by de.bea.domingo.server.BaseCommand
      extended by de.bea.domingo.server.DomingoServer
All Implemented Interfaces:
Command

public final class DomingoServer
extends BaseCommand
implements Command

Domingo server. TODO.

Author:
Kurt Riede

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

DomingoServer

public DomingoServer()
Constructor.

Method Detail

execute

public void execute(DSession session,
                    java.util.Map parameters,
                    java.io.PrintWriter printWriter)
             throws java.lang.UnsupportedOperationException,
                    DNotesException,
                    java.io.IOException
Executes a domingo request with the specified parameters. Depending on the cmd parameter, the request is delegated to the corresponsing implementation of the Command interface.

Specified by:
execute in interface Command
Specified by:
execute in class BaseCommand
Parameters:
session - domingo session for execution
parameters - request parameters
printWriter - response stream for output
Throws:
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 exist
See Also:
Command.execute(de.bea.domingo.DSession, java.util.Map, java.io.PrintWriter)


Domingo Java-API