com.ibm.diameter.sh.util
Class SessionCase

java.lang.Object
  extended by 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:

See Also:
SPT, InitialFilterCriteria

Field Summary
static int ORIGINATING_SESSION
           
static int TERMINATING_SESSION
           
static int TERMINATING_UNREGISTERED
           
 
Constructor Summary
SessionCase()
           
 
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
 

Field Detail

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
Constructor Detail

SessionCase

public SessionCase()
Method Detail

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.