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.8 $ $Date: 1996/12/10 14:13:19 $
- Author:
- Dimitrios Livas
- See Also:
- BusinessApp
-
BAPP_BUSINESS_CLIENT_PACKAGE
-
-
BAPP_BUSINESS_SERVER_PACKAGE
-
-
BAppSessionManager()
-
-
getBA(BAReq, String, String)
- Get A registered Business Application.
-
registerBA(BusinessApp)
- Registers a Business Application.
-
removeBA(BusinessApp)
- Removes a Business Application.
-
removeBA(String)
- Removes a Business Application.
BAPP_BUSINESS_CLIENT_PACKAGE
public final static String BAPP_BUSINESS_CLIENT_PACKAGE
BAPP_BUSINESS_SERVER_PACKAGE
public final static String BAPP_BUSINESS_SERVER_PACKAGE
BAppSessionManager
public BAppSessionManager()
registerBA
public static synchronized void registerBA(BusinessApp busnApp)
- Registers a Business Application.
- Parameters:
- busnApp - the business application to be registered
- See Also:
- BApp
removeBA
public static synchronized void removeBA(String bSession)
- Removes a Business Application.
- Parameters:
- bSession - the business application session to be erased
- See Also:
- BApp
removeBA
public static synchronized void removeBA(BusinessApp bApp)
- Removes a Business Application.
- Parameters:
- bApp - the business application to be erased
- See Also:
- BApp
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