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 |
Methods of BBjConfig
Return Value |
Method |
---|---|
getCommandLineObject(string command) |
|
boolean |
getCompatibilitySetting(string compatName) |
string |
|
boolean |
getOptionSetting(string optionName) |
boolean |
|
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) |
Remarks
None.
Constants
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.