com.ibm.diameter.sh.util
Class SessionCase
java.lang.Object
com.ibm.diameter.sh.util.SessionCase
public class SessionCase
- extends java.lang.Object
The SessionCase object correlates to the SessionCase element nested
in the SPT element within InitialFilterCriteria, as defined in ShDataType.xsd.
SessionCase may have the following values:
- ORIGINATING_SESSION
- TERMINATING_SESSION
- TERMINATING_UNREGISTERED
- See Also:
SPT
,
InitialFilterCriteria
Method Summary |
int |
getSessionCase()
Used by an IMS Application Server application
to retrieve the SessionCase |
void |
setSessionCase(int sessionCase)
Used by the Sh subscriber profile Web service to set
the SessionCase after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the SessionCase object 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 |
ORIGINATING_SESSION
public static final int ORIGINATING_SESSION
- See Also:
- Constant Field Values
TERMINATING_SESSION
public static final int TERMINATING_SESSION
- See Also:
- Constant Field Values
TERMINATING_UNREGISTERED
public static final int TERMINATING_UNREGISTERED
- See Also:
- Constant Field Values
SessionCase
public SessionCase()
getSessionCase
public int getSessionCase()
- Used by an IMS Application Server application
to retrieve the SessionCase
- Returns:
- SessionCase
setSessionCase
public void setSessionCase(int sessionCase)
- Used by the Sh subscriber profile Web service to set
the SessionCase after parsing the XML file received from the HSS.
- Parameters:
Sets
- the SessionCase field.
toString
public java.lang.String toString()
- Debug method that returns the SessionCase object as a String
for inclusion in (English only) trace logs.
- Overrides:
toString
in class java.lang.Object
- Returns:
- The String representation of this object for debug purposes only.
Copyright © 2006 IBM Corp. All Rights Reserved.