insensa.commands
Class CreateUserCommand

java.lang.Object
  extended by insensa.commands.AbstractModelCommand
      extended by insensa.commands.CreateUserCommand
All Implemented Interfaces:
ModelCommand

public class CreateUserCommand
extends AbstractModelCommand


Field Summary
private  CModel model
           
private  java.lang.String userName
           
private  java.lang.String workspace
           
 
Fields inherited from class insensa.commands.AbstractModelCommand
problem, workerStatus
 
Constructor Summary
CreateUserCommand(CModel model, java.lang.String user, java.lang.String workspace)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class insensa.commands.AbstractModelCommand
check, createDependendCommands, getProblem, getWorkerStatus, retry, setWorkerStatus, throwErrorMessage, throwProblem, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

private java.lang.String userName

workspace

private java.lang.String workspace

model

private CModel model
Constructor Detail

CreateUserCommand

public CreateUserCommand(CModel model,
                         java.lang.String user,
                         java.lang.String workspace)
Parameters:
model -
user -
workspace -
Method Detail

execute

public void execute()
             throws java.io.IOException,
                    CRasterFileException
Throws:
java.io.IOException
CRasterFileException
See Also:
ModelCommand.execute()