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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BSRegState
public BSRegState()