|
||||||||||
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.CSUserState
public class CSUserState
The CSUserState object correlates to the CSUserState element defined in ShDataType.xsd. CSUserState extends the UserState object. The ShDataType.xsd schema defines the follwing states for CSUserState:
UserState
,
PSUserState
,
com.ibm.diameter.sh.DiameterShService#getCSUserState
,
com.ibm.diameter.sh.DiameterShService#getUserData
Field Summary | |
---|---|
static int |
AssumedIdle
|
static int |
CAMELBusy
|
static int |
NetworkDeterminedNotReachable
|
static int |
NotProvidedfromVLR
|
Constructor Summary | |
---|---|
CSUserState()
|
Method Summary | |
---|---|
int |
getUserState()
Used by an IMS Application Server application to retrieve the CSUserState value. |
static boolean |
isCSUserStateDefined(int value)
Used by the Sh subscriber profile Web service to determine if the CSUserState 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 CSUserState after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the CSUserState 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 CAMELBusy
public static final int NetworkDeterminedNotReachable
public static final int AssumedIdle
public static final int NotProvidedfromVLR
Constructor Detail |
---|
public CSUserState()
Method Detail |
---|
public int getUserState()
getUserState
in class UserState
public void setUserState(int state)
setUserState
in class UserState
Sets
- the CSUserState.public static boolean isCSUserStateDefined(int value)
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 |