Response

Response to a Request. Public variables:

id

Response id. This is the same id as that of the matching request.

returnValue

The return value of the remote method.

exception

The exception raise by the remote method (None if no exception was raised).

Methods

__init__(self, id, returnValue, exception)

   def __init__(self, id, returnValue = None, exception = None):