Procedure return string

For session-managed applications, the _getProcReturnString() method retrieves the return value of the method most recently run on any thread.

For session-free applications, the _getProcReturnString() method retrieves the return value of the method most recently run on the current thread. The return value cannot be retrieved by another thread.

The following method returns the current value of the application server RETURN-VALUE function:

Syntax

public String _getProcReturnString()
Note: The method returns the current value of the application server RETURN-VALUE function. For more information on handling return values, see Handle return values.