com.ibm.btt.sm
Class Constants
java.lang.Object
com.ibm.btt.sm.Constants
- public class Constants
- extends java.lang.Object
This class store and caches all session management constants
access session managemet through this class.
Field Summary |
protected static java.lang.String |
affinityStr
|
static java.lang.String |
COMPID
|
protected static java.lang.String |
cookiesStr
|
protected static java.lang.String |
persistanceStr
|
protected static java.util.ResourceBundle |
rb
|
static java.lang.String |
SMERR_1
|
static java.lang.String |
SMINFO_1
|
Method Summary |
static boolean |
getAffinity()
Get the Affinity settings. |
static boolean |
getCookies()
Get the Cookies settings. |
static boolean |
getPersistance()
Get the Persistance settings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPID
public static java.lang.String COMPID
SMINFO_1
public static java.lang.String SMINFO_1
SMERR_1
public static java.lang.String SMERR_1
affinityStr
protected static java.lang.String affinityStr
persistanceStr
protected static java.lang.String persistanceStr
cookiesStr
protected static java.lang.String cookiesStr
rb
protected static java.util.ResourceBundle rb
Constants
public Constants()
getAffinity
public static boolean getAffinity()
- Get the Affinity settings.
getPersistance
public static boolean getPersistance()
- Get the Persistance settings.
getCookies
public static boolean getCookies()
- Get the Cookies settings.
(c) Copyright IBM Corporation 1998, 2005