BBjConfig

Description

A BBjConfig object provides programmatic access to some configuration items.

Creation

BBjAPI > BBjConfig

The BBjConfig object is created through the following BBjAPI object method:

Return Value

Method

BBjConfig

getConfig()

 

Methods of BBjConfig

Return Value

Method

BBjCommandLineObject

getCommandLineObject()

BBjCommandLineObject

getCommandLineObject(string command)

boolean

getCompatibilitySetting(string compatName)

string

getConfigFileName()

BBjCommandLineObject

getCurrentCommandLineObject()

boolean

getOptionSetting(string optionName)

boolean

getSuppressErrorsOnClientObjVoidMethods()

boolean

isClientCentric()

boolean

isReleaseOnLostConnection()

BBjAppConfig

makeEmptyAppConfig()

void

notifyUserOnInternalError(boolean should)

void

releaseOnLostConnection(boolean p_release)

void

requireAllSendMsgResponses(boolean p_require)

void

setClientCentric(boolean client)

void

setCompatibilitySetting(string compatName, boolean value)

void

setOptionSetting(string name, boolean value)

void

suppressErrorsOnClientObjVoidMethods(boolean suppress)

void

suppressPrinterAckBack(boolean shouldSuppress)

void

suppressUIAckBack(boolean shouldSuppress)

void

unpinSession()

void

unpinSessionEntity(string shortName)

 

Remarks

None.

Constants

None.

Example

rem 'Obtain the instance of the BBjConfig object
let config!=BBjAPI().getConfig()

See Also

BBjAPI

BBj Object Variables

BBj Object Assignment

BBj Object Error Handling

BBj Object Operators

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