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