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.
Remarks
The BUI client always returns false (0). See Interacting with client files in BUI and DWC for a detailed discussion of the BBjThinClient.
Example
|
See Also
BBjInterpreterServer::serverExec
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.