com.ibm.diameter.sh.util
Class CurrentLocation

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

public class CurrentLocation
extends java.lang.Object

Describes the CurrentLocation values that may be specified for the Current-Location Avp.


Field Summary
static int DoNotNeedInitiateActiveLocationRetrieval
          Current-Location The value indicates that the initiation of an active location retrieval is not required.
static int InitiateActiveLocationRetrieval
          Current-Location This value indicates that an active location retrieval is initiated.
 
Method Summary
static boolean isCurrentLocationDefined(int location)
          Used by the Sh subscriber profile Web service to validate the CurrentLocation value specified in the Current-Location Avp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DoNotNeedInitiateActiveLocationRetrieval

public static final int DoNotNeedInitiateActiveLocationRetrieval
Current-Location The value indicates that the initiation of an active location retrieval is not required.

See Also:
Constant Field Values

InitiateActiveLocationRetrieval

public static final int InitiateActiveLocationRetrieval
Current-Location This value indicates that an active location retrieval is initiated.

See Also:
Constant Field Values
Method Detail

isCurrentLocationDefined

public static boolean isCurrentLocationDefined(int location)
Used by the Sh subscriber profile Web service to validate the CurrentLocation value specified in the Current-Location Avp.

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


Copyright © 2006 IBM Corp. All Rights Reserved.