
BBjAPI::getGlobalNamespace
Description
In BBj 3.00 and higher, this method retrieves a BBjNamespace.
Syntax
Return Value |
Method |
---|---|
getGlobalNamespace() |
Parameters
None.
Return Value
Returns a BBjNamespace that refers to the persistent global Namespace.
Remarks
The global Namespace is accessible to any BBjProcess. It should be used with care because any BBjProcess can modify it. The global Namespace is unique in that it persists, even if there are no processes that have references to it.
The globalNamespace
will continue to exist until BBjServices is restarted.
The method getGlobal
Namespace() provides a mechanism by which all BBj Processes may
share data and communicate with all running BBjProcesses.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.