ConfigManagerBean

Use the ConfigurationManagerBean to specify the properties of the Uniface environment within which the Uniface component runs.

ConfigManagerBean()

Description

The ConfigManagerBean is a wrapper for the Configuration Manager. It exposes the Configuration Manager’s properties to a Java development tool.

The Configuration Manager manages the Uniface environment within which the Uniface component runs. ConfigManagerBean allows you to specify items such as the .ini and .asn files to be used, and the working directory to run in.

Constructor

ConfigManagerBean()

Methods

The ConfigManagerBean has the following methods for specifying and looking up properties:

ConfigManagerBean Methods

Property

Methods

Uniface application shell ConfigManagerBean.setApsName

ConfigManagerBean.getApsName

Assignment file ConfigManagerBean.setAsnFile

ConfigManagerBean.getAsnFile

Command line instructions ConfigManagerBean.setCommandLine

ConfigManagerBean.getCommandLine

Uniface component name

ConfigManagerBean.setComponentName

ConfigManagerBean.getComponentName

Call handler ConfigManagerBean.setHandler

ConfigManagerBean.getHandler

Initialization file ConfigManagerBean.setIniName

ConfigManagerBean.getIniName

Working directory ConfigManagerBean.setWorkDir

ConfigManagerBean.getWorkDir