Class semper.BApp.FrmWrk.BAppSessionManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.FrmWrk.BAppSessionManager

java.lang.Object
   |
   +----semper.BApp.FrmWrk.BAppSessionManager

public class BAppSessionManager
extends Object
This class defines the behavior of the SEMPER Business Application Session Manager.
Version:
$Revision: 1.5 $ $Date: 1996/08/22 08:20:46 $
Author:
Dimitrios Livas
See Also:
BusinessApp

Variable Index

 o BAPP_BUSINESS_CLIENT_PACKAGE
 o BAPP_BUSINESS_SERVER_PACKAGE

Constructor Index

 o BAppSessionManager()

Method Index

 o getBA(BAReq, String, String)
Get A registered Business Application.
 o registerBA(BusinessApp)
Registers a Business Application.
 o removeBA(BusinessApp)
Removes a Business Application.
 o removeBA(String)
Removes a Business Application.

Variables

 o BAPP_BUSINESS_CLIENT_PACKAGE
  public final static String BAPP_BUSINESS_CLIENT_PACKAGE
 o BAPP_BUSINESS_SERVER_PACKAGE
  public final static String BAPP_BUSINESS_SERVER_PACKAGE

Constructors

 o BAppSessionManager
  public BAppSessionManager()

Methods

 o registerBA
  public static synchronized void registerBA(BusinessApp busnApp)
Registers a Business Application.
Parameters:
busnApp - the business application to be registered
See Also:
BApp
 o removeBA
  public static synchronized void removeBA(String bSession)
Removes a Business Application.
Parameters:
bSession - the business application session to be erased
See Also:
BApp
 o removeBA
  public static synchronized void removeBA(BusinessApp bApp)
Removes a Business Application.
Parameters:
bApp - the business application to be erased
See Also:
BApp
 o getBA
  public static synchronized BusinessApp getBA(BAReq request,
                                               String baPackage,
                                               String cookieString) throws BAExcept
Get A registered Business Application.
Parameters:
request - the request containing information about the name of the BA
baPackage - the refference name of package of the BA
cookieString - the String with cookies name,values
Returns:
s a registered Business Application
See Also:
BApp

All Packages  Class Hierarchy  This Package  Previous  Next  Index