edu.ou.kmi.buddyspace.core
Class BSRegState

java.lang.Object
  |
  +--edu.ou.kmi.buddyspace.core.BSRegState

public class BSRegState
extends java.lang.Object

BSRegState contains information about current phase of registration process.


Field Summary
 JID jid
           
static int NOT_REGISTERED
           
static int NOT_SET
          BSRegState enumeration values
static int REG_INFOS_NEEDED
           
static int REGISTERED
           
static int REGISTERING1
           
static int REGISTERING2
           
 java.lang.String servedID
           
 int value
          stores the value of the enumeration - initially 'not set'
 
Constructor Summary
BSRegState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SET

public static final int NOT_SET
BSRegState enumeration values

See Also:
Constant Field Values

NOT_REGISTERED

public static final int NOT_REGISTERED
See Also:
Constant Field Values

REGISTERING1

public static final int REGISTERING1
See Also:
Constant Field Values

REG_INFOS_NEEDED

public static final int REG_INFOS_NEEDED
See Also:
Constant Field Values

REGISTERING2

public static final int REGISTERING2
See Also:
Constant Field Values

REGISTERED

public static final int REGISTERED
See Also:
Constant Field Values

value

public int value
stores the value of the enumeration - initially 'not set'


servedID

public java.lang.String servedID

jid

public JID jid
Constructor Detail

BSRegState

public BSRegState()