com.jfw.status
Class ExecuteSQLCommand

java.lang.Object
  extended by com.jfw.status.ExecuteSQLCommand

public final class ExecuteSQLCommand
extends java.lang.Object

Execute a sql command.


Constructor Summary
ExecuteSQLCommand()
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.HashMap outputData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteSQLCommand

public ExecuteSQLCommand()
Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.util.HashMap outputData)
             throws java.lang.Exception
Throws:
java.lang.Exception