se.portfolio.scam.http.command
Class UpdateLiveProperties

java.lang.Object
  extended byse.portfolio.scam.http.command.AbstractProcessModel
      extended byse.portfolio.scam.http.command.UpdateLiveProperties
All Implemented Interfaces:
Command

public class UpdateLiveProperties
extends AbstractProcessModel

Updates live properties.

Version:
$Revision: 1.6 $
Author:
Jöran
Created:
den 19 februari 2003

Constructor Summary
UpdateLiveProperties()
           
 
Method Summary
 CommandResponse execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 
Methods inherited from class se.portfolio.scam.http.command.AbstractProcessModel
init, setCreatedDate, setModifiedDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLiveProperties

public UpdateLiveProperties()
Method Detail

execute

public CommandResponse execute(HttpServletRequest request,
                               HttpServletResponse response)
                        throws HttpException
Execute the command.

Specified by:
execute in interface Command
Specified by:
execute in class AbstractProcessModel
Parameters:
request - holds information from the client.
response - holds response information sent to the client.
Returns:
Returns null.
Throws:
HttpException - thrown in case of an exception during execution of the command.


Copyright © 2003 SCAM. All Rights Reserved.