BBjConfig::isClientCentric
Description
In BBj 4.0 and higher, this method returns the client centric SETOPTS bit (8,$08$).
Syntax
Return Value |
Method |
---|---|
boolean |
isClientCentric() |
Parameters
None.
Return Value
0 = The client centric SETOPTS bit (8,$08$) is not set.
1 = The client centric SETOPTS bit (8,$08$) is set.
Remarks
Setting 8,$08$ calls to ENV, INFO(4,*) and SCALLS act on the CLIENT instead of the server.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.