BBjAppServer
Description
In BBj 10.0 and higher, the BBjAppServer is used to manage the BUI Application Server; starting and stopping the server, publishing BUI applications, and managing server resources and global configuration settings.
Creation
BBjAPI > BBjAdmin > BBjAppServer
The BBjAppServer is created through the following BBjAdmin method:
Return Value |
Method |
---|---|
BBjAppServer |
Methods of BBjAppServer
Return Value |
Method |
---|---|
addApplicationIcon(string iconFileName) |
|
addStaticResource(string fileName, string mimeType) |
|
addStyleSheet(string styleSheetFileName) |
|
getApplication(string name) |
|
int |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
int |
|
boolean |
|
boolean |
|
getStaticResource(string fileName) |
|
getStaticResource(string fileName, string mimetype) |
|
getStaticResources(string mimetype) |
|
boolean |
isPublished(BBjApplication application) |
boolean |
|
void |
publish(BBjApplication application) |
void |
|
void |
setClientPollInterval(int interval) |
void |
setDevelopmentMode(boolean development) |
void |
setDisallowConsole(boolean disallowConsole) |
void |
setEndAction(BBjBuiCloseAction action) |
void |
setErrAction(BBjBuiCloseAction action) |
void |
setManageBrowserHistory(boolean manage) |
void |
setOmitBasisCss(boolean omitBasisCss) |
void |
setSecure(boolean secure) |
void |
setSessionTimeout(int timeout) |
void |
setShowBrowserWarning(boolean show) |
void |
setShowClientConfirmationDialog(boolean show) |
boolean |
start() |
boolean |
stop() |
unpublish(string appName) |
|
void |
updateApplicationIcon(BBjResourceUrl url, string iconFileName) |
Remarks
None.
Constants
None.
Example
|
See Also