BBjThinClient::isInServerJVM

Description

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

Syntax

Return Value Method
boolean isInServerJVM()

Parameters

None.

Return Value

Returns true (1) if the client is executing in the same JVM as the server or returns false (0) if the client is not executing in the same JVM as the server.

BUI logoRemarks

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

Example

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

See Also

BBjAPI

BBjInterpreterServer::serverExec

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