BBjAppServer::getApplication
Description
In BBj 12.0 and higher, returns a published application with the given name. If no application exists with the given name, this method will throw an exception.
Syntax
Return Value |
Method |
---|---|
getApplication(string name) |
Parameters
Variable |
Description |
---|---|
name |
The name of the published application. |
Return Value
Returns the published application, if it exists.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.