|
Invokes a method asynchronously.
- Parameters:
-
| info | the remote info of the object no which the method will be invoked, non-null |
| method | the name of the mathod to be invoked, in string form, non-null |
| proxy | the proxy of the invoker , that will be passed in the request to the pluggable layer |
| timeout | the timeout in milliseconds to use, 0 will disable request timing, non-negative |
| interceptor | the interceptor used for pre-submittal and post-submittal request processing, may be null |
| requestor | the instance of modeling element on which method will be invoked (e.g. Abean or Lbean ), non-null |
| cb | callback, non-null |
| params | parameters |
- Returns:
- the request that defines the asynchronous call
- Exceptions:
-
| RequestException | thrown in two cases: when the request submittal fails, or, if interceptor is non-null and throws an exception during post-submittal request examination. |
|