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