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

Class semper.BApp.FrmWrk.BAppConfigTable

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

public class BAppConfigTable
extends Object
This is the class of a SEMPER Business Application Configuration Table. The Business Application configuration table is used by the business applications to store information for the services they provide.

Variable Index

 o configTable

Constructor Index

 o BAppConfigTable(String)
Constructor of the class.

Method Index

 o getEntry(String)
 o putEntry(BAppCfgEntry)

Variables

 o configTable
  protected Hashtable configTable

Constructors

 o BAppConfigTable
  public BAppConfigTable(String configFile) throws BAExcept
Constructor of the class. Initializes the state of the object.
Parameters:
configFile - the name of the configuration file.

Methods

 o getEntry
  public BAppCfgEntry getEntry(String entryId)
 o putEntry
  public void putEntry(BAppCfgEntry entry)

All Packages  Class Hierarchy  This Package  Previous  Next  Index