BBjJettyServerConfiguration::getEmContextInfo

Description

In BBj 17.0 and higher, this method gets a BBjJettyContextConfiguration for the Enterprise Manager context.

Syntax

Return Value

Method

BBjJettyContextConfiguration

getEmContextInfo()

Parameters

None.

Return Value

Returns BBjJettyContextConfiguration object representing the Enterprise Manager context.

Remarks

None.

Example

declare BBjAPI api!
declare BBjAdmin admin!
declare BBjJettyServerConfiguration config!
declare BBjVector contextNames!
declare BBjJettyContextConfiguration context!
api! = BBJAPI()
admin! = api!.getAdmin("admin","admin123")
config! = admin!.getJettyServerConfig()
context! = config!.getEmContextInfo()

See Also

BBjAPI

BBjJettyContextConfiguration

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