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

rem 'checking and setting the ClientCentric SETOPTS bit (Byte 8, $08$)

rem 'getConfig
mYCFG! = BBjAPI().getConfig()

rem 'setClientCentric true
myCFG!.setClientCentric(1)

rem 'check client Centric bit
PRINT myCFG!.isClientCentric()

See Also

BBjAPI

BBjConfig

BBjConfig::setClientCentric

SETOPTS Verb

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.