All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mailorder.JoltSessionAttributes

java.lang.Object
   |
   +----mailorder.JoltSessionAttributes

public class JoltSessionAttributes
extends Object

Variable Index

 o APPADDRESS
 o APPASSWORD
 o IDLETIMEOUT
 o NOAUTH
 o USRPASSWORD

Constructor Index

 o JoltSessionAttributes()

Method Index

 o checkAuthenticationLevel()
 o setInt(int, int)
 o setString(String, String)

Variables

 o NOAUTH
 public static final short NOAUTH
 o APPASSWORD
 public static final short APPASSWORD
 o USRPASSWORD
 public static final short USRPASSWORD
 o APPADDRESS
 public String APPADDRESS
 o IDLETIMEOUT
 public int IDLETIMEOUT

Constructors

 o JoltSessionAttributes
 public JoltSessionAttributes()

Methods

 o checkAuthenticationLevel
 public int checkAuthenticationLevel()
 o setInt
 public void setInt(int someIntVar,
                    int someIntValue)
 o setString
 public void setString(String someStringVar,
                       String someStringValue)

All Packages  Class Hierarchy  This Package  Previous  Next  Index