JadeMethodContext Methods

The methods defined in the JadeMethodContext class are summarized in the following table.

Method Description
getErrorNumber Returns the error number of an exception that occurs processing the asynchronous method call
getErrorText Returns the error text of an exception that occurs processing the asynchronous method call
getReturnValue Returns the value that was returned from the worker application executing the asynchronous method call
getTimestamps Outputs timestamp and queue depth information relating to the asynchronous method call
initialize Initializes the receiver so that it can be used for another asynchronous method call
invoke Queues a request for the execution of an asynchronous method call to a worker application
isComplete Returns true if the request has completed or timed out
isProcessing Returns true if the request is queued or processing
isTimedOut Returns true if the request times out before it completes