
BBjAPI::getGroupNamespace
Description
In BBj 3.00 and higher, this method retrieves a BBjNamespace.
Syntax
Return Value |
Method |
---|---|
getGroupNamespace() |
Parameters
None.
Return Value
Returns a BBjNamespace.
Remarks
A group of BBjProcesses is created each time that BBj is invoked from the command line. Any process that is created by SCALLing BBj within a thin client environment belongs to the same group. A process within a group that calls getGroupNamespace() will receive a BBjNamespace that refers to the same Namespace. This method provides a mechanism by which BBjProcesses within a group can share data and may communicate to other processes within that group.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.