BBjAppServer::isPublished
Description
In BBj 12.0 and higher, returns a boolean indicating whether a given BBjApplication is in the set of currently published applications.
Syntax
Return Value |
Method |
---|---|
boolean |
isPublished(BBjApplication application) |
Parameters
Variable |
Description |
---|---|
application |
The BBjApplication to check. |
Return Value
Returns a boolean indicating whether the specified BBjApplication is published.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.