BBjAdmin::getWebAppServer

Description

In BBj 12.0 and higher, this method returns the BBjAppServer, which is used to publish and administer BUI applications.

Syntax

Return Value

Method

BBjAppServer

getWebAppServer()

Parameters

None.

Return Value

Returns BBjAppServer.

Remarks

None.

Example

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

See Also

BBjAdmin

BBjAppServer

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