BBjAppConfig::setSecure
Description
In BBj 19.10 and higher, this method sets whether this application should be started in secure mode. The default value is false.
Syntax
Return Value |
Method |
---|---|
void |
setSecure(boolean secure) |
Parameters
Variable |
Description |
---|---|
secure |
A boolean indicating whether secure mode is specified. |
Return Value
None.
Remarks
Specifying secure mode is equivalent to using the -SCcommand line flag.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.