com.ibm.diameter.sh.util
Class RequestedDomain

java.lang.Object
  extended by com.ibm.diameter.sh.util.RequestedDomain

public class RequestedDomain
extends java.lang.Object

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.

See Also:
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

CS_Domain

public static final int CS_Domain
Requested-Domain The CS_Domain is used to indicate a circuit-switched network.

See Also:
Constant Field Values

PS_Domain

public static final int PS_Domain
Requested-Domain The PS_Domain is used to indicate a packet-switched network.

See Also:
Constant Field Values
Method Detail

isRequestedDomainDefined

public static boolean isRequestedDomainDefined(int domain)
Used by the Sh subscriber profile Web service to validate the RequestedDomain value specified.

Parameters:
RequestedDomain - value to be tested
Returns:
boolean indicating whether the specified RequestedDomain value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.