se.portfolio.scam.http.command
Class UpdateLiveProperties
java.lang.Object
se.portfolio.scam.http.command.AbstractProcessModel
se.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateLiveProperties
public UpdateLiveProperties()
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.