BBjConfig::getSuppressErrorsOnClientObjVoidMethods

Description

In BBj 8.0 and higher, this method returns a value indicating whether the Interpreter waits for completion of ClientObject methods that have void return type. If the Interpreter does not wait for completion then any exception that is generated on the client side during the method execution will not generate an error in the users program.

Syntax

Return Value

Method

void

getSuppressErrorsOnClientObjVoidMethods()

Parameters

None.

Return Value

Returns an indication of whether the Interpreter will wait for the completion of ClientObjects that have void return type.

Remarks

The default value of suppressErrorsOnClientObjVoidMethods can be set in EnterpriseManager in the ServerInformation – Performance tab.

See Also

BBjAPI

BBjConfig

ClientObject Tutorial

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