se.kmr.scam.client.http.command
Class GetHomeURI

java.lang.Object
  extended byse.kmr.scam.client.http.command.GetHomeURI
All Implemented Interfaces:
Command

public class GetHomeURI
extends Object
implements Command

Get the ROOT URI of a certain Manifest. If "uri" already exists, nothing is done. This URI is actually the Default Org.
Parameters:

Arguments:

Result:
"uri" -> java.lang.String - Home URI

Version:
$Revision: 1.8 $
Author:
jand
Created:
den 6 november 2002

Constructor Summary
GetHomeURI()
           
 
Method Summary
 CommandResponse execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command
 void init(Map args)
          Initilize this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetHomeURI

public GetHomeURI()
Method Detail

execute

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

Specified by:
execute in interface Command
Parameters:
request - the request object
response - the response object
Returns:
Returns an CommandResponse object.
Throws:
HttpException - thrown in case of an exception during execution of the command.

init

public void init(Map args)
Initilize this object.

Specified by:
init in interface Command
Parameters:
args - Initialize with theese values.


Copyright © 2003 SCAM. All Rights Reserved.