|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.RequestedDomain
public class RequestedDomain
Describes the RequestedDomain values that may be specified when requesting LocationInformation or UserState. The CS_Domain is used for circuit-switched networks while PS_Domain is used to indicate a packet-switched network.
com.ibm.diameter.sh.DiameterShService#getUserData
Field Summary | |
---|---|
static int |
CS_Domain
Requested-Domain The CS_Domain is used to indicate a circuit-switched network. |
static int |
PS_Domain
Requested-Domain The PS_Domain is used to indicate a packet-switched network. |
Method Summary | |
---|---|
static boolean |
isRequestedDomainDefined(int domain)
Used by the Sh subscriber profile Web service to validate the RequestedDomain value specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CS_Domain
public static final int PS_Domain
Method Detail |
---|
public static boolean isRequestedDomainDefined(int domain)
RequestedDomain
- value to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |