com.waveset.session
Class EndUserTasksUpdater

java.lang.Object
  extended bycom.waveset.session.EndUserTasksUpdater
All Implemented Interfaces:
ImportCommand

public class EndUserTasksUpdater
extends java.lang.Object
implements ImportCommand


Field Summary
static java.lang.String code_id
           
protected static WSTrace trace
           
 
Constructor Summary
EndUserTasksUpdater()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Update existing System Configuration object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

trace

protected static final WSTrace trace
Constructor Detail

EndUserTasksUpdater

public EndUserTasksUpdater()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Update existing System Configuration object

Specified by:
process in interface ImportCommand
Throws:
WavesetException