BBjAppConfig::clearDisallowConsole
Description
In BBj 19.10 and higher, this method clears any application-specific setting for whether console access should be disallowed for this application, and uses the server's default setting instead.
Syntax
Return Value |
Method |
---|---|
void |
clearDisallowConsole() |
Parameters
None.
Return Value
None.
Remarks
Disallowing console access is recommended for end-user production applications.
Example
|
See Also
BBjAppConfig::clearDisallowConsole
BBjAppConfig::getDisallowConsole
BBjAppConfig::setDisallowConsole
BBjAppServer::getDisallowConsole
BBjAppServer::setDisallowConsole
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.