com.funambol.client.controller
Class SignupHandler

java.lang.Object
  extended by java.lang.Thread
      extended by com.funambol.client.controller.SignupHandler
All Implemented Interfaces:
java.lang.Runnable

public class SignupHandler
extends java.lang.Thread

Handles the signup process in a separated thread. Example: new SignupHandler(SignupScreen, SignupScreenController).start();


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
static java.lang.String JSON_ERROR_CODE_COM_1006
           
static java.lang.String JSON_ERROR_CODE_COM_1008
           
static java.lang.String JSON_ERROR_CODE_PRO_1000
           
static java.lang.String JSON_ERROR_CODE_PRO_1001
           
static java.lang.String JSON_ERROR_CODE_PRO_1106
           
static java.lang.String JSON_ERROR_CODE_PRO_1107
           
static java.lang.String JSON_ERROR_CODE_PRO_1113
           
static java.lang.String JSON_ERROR_CODE_PRO_1115
           
static java.lang.String JSON_ERROR_CODE_PRO_1122
           
static java.lang.String JSON_ERROR_CODE_PRO_1126
           
static java.lang.String JSON_ERROR_CODE_PRO_1127
           
static java.lang.String JSON_ERROR_CODE_PRO_1128
           
static int VALIDATION_MODE_CAPTCHA
           
static int VALIDATION_MODE_NONE
           
static int VALIDATION_MODE_SMS
           
static int VALIDATION_MODE_SMS_CAPTCHA
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SignupHandler(SignupScreen signupScreen, SignupScreenController signupScreenController)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALIDATION_MODE_NONE

public static final int VALIDATION_MODE_NONE
See Also:
Constant Field Values

VALIDATION_MODE_CAPTCHA

public static final int VALIDATION_MODE_CAPTCHA
See Also:
Constant Field Values

VALIDATION_MODE_SMS

public static final int VALIDATION_MODE_SMS
See Also:
Constant Field Values

VALIDATION_MODE_SMS_CAPTCHA

public static final int VALIDATION_MODE_SMS_CAPTCHA
See Also:
Constant Field Values

JSON_ERROR_CODE_PRO_1000

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

JSON_ERROR_CODE_PRO_1001

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

JSON_ERROR_CODE_PRO_1106

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

JSON_ERROR_CODE_PRO_1107

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

JSON_ERROR_CODE_PRO_1113

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

JSON_ERROR_CODE_PRO_1115

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

JSON_ERROR_CODE_PRO_1122

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

JSON_ERROR_CODE_PRO_1126

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

JSON_ERROR_CODE_PRO_1127

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

JSON_ERROR_CODE_PRO_1128

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

JSON_ERROR_CODE_COM_1006

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

JSON_ERROR_CODE_COM_1008

public static final java.lang.String JSON_ERROR_CODE_COM_1008
See Also:
Constant Field Values
Constructor Detail

SignupHandler

public SignupHandler(SignupScreen signupScreen,
                     SignupScreenController signupScreenController)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


Copyright © 2001-2009 Funambol.