|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.UserState
com.ibm.diameter.sh.util.IMSUserState
public class IMSUserState
The IMSUserState object correlates to the IMSUserState element defined in ShDataType.xsd. IMSUserState extends the UserState object. The ShDataType.xsd schema defines the follwing states for IMSUserState:
UserState
,
com.ibm.diameter.sh.DiameterShService#getIMSUserState
,
com.ibm.diameter.sh.DiameterShService#getUserData
Field Summary | |
---|---|
static int |
AUTHENTICATION_PENDING
|
static int |
NOT_REGISTERED
|
static int |
REGISTERED
|
static int |
REGISTERED_UNREG_SERVICES
|
Constructor Summary | |
---|---|
IMSUserState()
|
Method Summary | |
---|---|
int |
getUserState()
Used by an IMS Application Server application to retrieve the IMSUserState value. |
static boolean |
isIMSUserStateDefined(int state)
Used by the Sh subscriber profile Web service to determine if the IMSUserState value received from the HSS is recognized as a valid state value. |
void |
setUserState(int state)
Used by the Sh subscriber profile Web service to set IMSUserState after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the IMSUserState as a String for inclusion in (English only) trace logs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NOT_REGISTERED
public static final int REGISTERED
public static final int REGISTERED_UNREG_SERVICES
public static final int AUTHENTICATION_PENDING
Constructor Detail |
---|
public IMSUserState()
Method Detail |
---|
public int getUserState()
getUserState
in class UserState
public void setUserState(int state)
setUserState
in class UserState
Sets
- the IMSUserState.public static boolean isIMSUserStateDefined(int state)
state
- value to be tested
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |