BBjAppConfig
Description
In BBj 12.00 and higher, a BBjAppConfig object is used to configure a BUI BBjApplication in preparation for publishing it to the BBjAppServer.
Creation
BBjAPI > BBjAdmin > BBjAppServer > BBjAppConfig
The BBjAppConfig object is created through the following BBjAppServer object method:
| Return Value | Method | 
|---|---|
| BBjAppConfig | 
Methods of BBjAppConfig
| Return Value | Method | 
|---|---|
| buildApplication(string name) | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| string | |
| string | |
| string | |
| int | |
| boolean | |
| boolean | |
| string | |
| string | |
| boolean | |
| boolean | |
| boolean | |
| string | |
| boolean | |
| int | |
| boolean | |
| boolean | |
| string | |
| string | |
| boolean | |
| boolean | isDesktopEnabled() | 
| boolean | isDwcEnabled() | 
| boolean | isQuiet() | 
| makeCopy() | |
| void | |
| void | setApplicationUserName(string username) | 
| void | setBuiEnabled(boolean buiEnabled) | 
| void | setBBjApplicationName(string name) | 
| void | setClasspathName(string classpathName) | 
| void | setClientPollInterval(int interval) | 
| void | setConfigFile(string config) | 
| void | setDesktopEnabled(boolean desktopEnabled) | 
| void | setDevelopmentMode(boolean development) | 
| void | setDisallowConsole(boolean disallowConsole) | 
| void | setDwcEnabled(boolean DwcEnabled) | 
| void | setEndAction(BBjBuiCloseAction action) | 
| void | setErrAction(BBjBuiCloseAction action) | 
| void | setInterpreterUser(string username) | 
| void | |
| void | setOmitBasisCss(boolean omitBasisCss) | 
| void | setProgramArguments(BBjVector vector) | 
| void | setProgramName(string program) | 
| void | setQuiet(boolean quiet) | 
| void | setSecure(boolean secure) | 
| void | setSessionTimeout(int timeout) | 
| void | setShowBrowserWarning(boolean show) | 
| void | setShowClientConfirmationDialog(boolean show) | 
| void | |
| void | setTerminal(string alias) | 
| void | setWorkingDirectory(string dir) | 
Remarks
None.
Constants
None.
Example
Click here to download a zip file containing the required files to run this sample
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.