|
+--BBjConfig
A BBjConfig object provides programmatic access to some configuration items.
The BBjConfig object is created through the following BBjAPI object method:
|
Return Value |
Method |
|
BBjConfig |
|
Return Value |
Method |
|
getCommandLineObject(string command) |
|
|
boolean |
getCompatibilitySetting(string compatName) |
|
string |
|
|
boolean |
getOptionSetting(string optionName) |
|
boolean |
|
|
boolean |
|
|
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 |
|
|
void |
unpinSessionEntity(string shortName) |
None.
None.
|
REM Obtain the instance of the BBjConfig object |
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.