BBjspPipelineConfig::createStage (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, this method creates and returns a new BBjspPipelineStageConfig
Syntax
|
Return Value |
Method |
|
createStage(string name, string source, string className) |
Parameters
|
Variable |
Description |
|
className |
the name of the BBj program class |
|
name |
the name of the stage |
|
source |
the source file containing the BBj program class |
Return Value
Remarks
None.
Example
|