BBjAppServer::makeEmptyAppConfig

Description

In BBj 12.0 and higher, this method returns a new, empty BBjAppConfig to configure a BBjApplication.

Syntax

Return Value

Method

BBjAppConfig

makeEmptyAppConfig()

Parameters

None.

Return Value

Returns a new, empty BBjAppConfig.

Remarks

None.

Example

rem ' BBjAppServer::makeEmptyAppConfig

admin! = bbjapi().getAdmin("admin","admin123")
appServer! = admin!.getWebAppServer()
appConfig! = appServer!.makeEmptyAppConfig()

See Also

BBjAPI

BBjAppServer

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