BBjThinClient::isInServerJVM

Description

In BBj 9.0 and higher, this method returns true if the client is executing in the save JVM as the server.

Syntax

Return Value

Method

boolean

isInServerJVM()

Parameters

None.

Return Value

Returns true if the client is executing in the same JVM as the server.

BUI logoRemarks

The BUI client always returns false . See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

tc! = bbjapi().getThinClient()
print tc!.isInServerJVM()

See Also

BBjAPI

BBjThinClient

BBjInterpreterServer::serverExec

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