BBjJettyContextConfiguration::setContextStartProgram
Description
In BBj 15.0 and higher, a BBj program can be executed when the context is initialized.
This method sets the name of the BBj program to be executed when a context is initialized.
Syntax
Return Value |
Method |
---|---|
void |
setContextStartProgram(string program) |
Parameters
Variable |
Description |
---|---|
program |
the BBj program to execute |
Return Value
None.
Remarks
None.
Example
|