|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.CurrentLocation
public class CurrentLocation
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 |
---|
public static final int DoNotNeedInitiateActiveLocationRetrieval
public static final int InitiateActiveLocationRetrieval
Method Detail |
---|
public static boolean isCurrentLocationDefined(int location)
CurrentLocation
- value to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |