IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.sm
Class Constants

java.lang.Object
  extended bycom.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
           
 
Constructor Summary
Constants()
           
 
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
 

Field Detail

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

Constants

public Constants()
Method Detail

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.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005