com.jfw.status
Class Update

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

public final class Update
extends java.lang.Object

Execute the update and show the result.
Call the method UpdateObservable.update().


Constructor Summary
Update()
           
 
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

Update

public Update()
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