BBjAdmin::reloadDBConfig

Description

In BBj 9.0 and higher, this method reloads the config.ini file without requiring a restart of BBjServices. The config.ini file contains database configuration information for all databases available to BBjServices.

Syntax

Return Value

Method

void

reloadDBConfig()

Parameters

None.

Return Value

None.

Remarks

None.

Example

rem 'Tell BBjServices to reload the config.ini file, refreshing database information

admin! = BBjAPI().getAdmin("admin", "admin123")
admin!.reloadDBConfig()

See Also

BBjAPI

BBjAdmin

BBjAdminEnvironment

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.