com.waveset.session
Class LoginConfigUpdater

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

public class LoginConfigUpdater
extends java.lang.Object
implements ImportCommand


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
LoginConfigUpdater()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Do something...
 
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
Constructor Detail

LoginConfigUpdater

public LoginConfigUpdater()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Do something...

Specified by:
process in interface ImportCommand
Throws:
WavesetException