BBjRuntime::isClientInServerJVM

Description

In BBj 9.0 and higher, this method returns whether the client is running in the same JVM as the server.

Syntax

Return Value

Method

boolean

isClientInServerJVM()

Parameters

None.

Return Value

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

Remarks

When a program is stopped at the console, entering the dot command .samejvm is equivalent to entering the command print BBjAPI().getRuntime().isClientInServerJVM().

Example

print BBjAPI().getRuntime().isClientInServerJVM()

See Also

BBjAPI

BBjRuntime

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