wt.tools.javarmi
Interface CGICommandHandlerTS

All Known Implementing Classes:
CGIForwardCommandTS, CGIGethostnameCommandTS, CGIPingCommandTS, CGITryHostnameCommandTS

public interface CGICommandHandlerTS

A thread-safe version of the sun.rmi.transport.proxy.CGICommandHandler interface

See Also:
sun.rmi.transport.proxy

Method Summary
 void execute(String s)
          Execute performs the action appropriate to this command handler and writes the response to the current output stream.
 String getName()
          getName returns the name of this command handler
 

Method Detail

getName

public String getName()
getName returns the name of this command handler

Returns:
The name of this command handler

execute

public void execute(String s)
             throws CGIClientExceptionTS,
                    CGIServerExceptionTS
Execute performs the action appropriate to this command handler and writes the response to the current output stream.

Parameters:
s - The port specified in the HTTP request
Throws:
CGIClientExceptionTS
CGIServerExceptionTS