You can  read the BlazeDS (which is one of the AMF to Java implementations) 
developer guide:
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/blazeds_devguide.pdf

Regarding the uniqueness and non-collision, it's based on two things:
- AsyncToken:  this is an object that is generated when the message is send, 
and used to track back the result.
The asyncToken has a unique identifier (in its message field) that will be the 
same upon return.
- AsyncResponder:  this is a wrapper that calls a method (result or error) when 
the RPC call result arrives.

HTH

Maurice

-----Message d'origine-----
De : [email protected] [mailto:[email protected]] 
Envoyé : jeudi 27 mars 2014 07:04
À : [email protected]
Objet : Require to understand .. Rpc calls via amf

Hi guys,
Can anyone explain me ... How to remote calls to java happen ... I have read 
many docs ... But they mostly explain .. Actors involved in it like message 
broker.. Amf channel ... Services config ..etc etc..i need to have 
understanding what makes the rpc call to hit java method .... Also IMPORTANTLY 
how results reach to correct flex  method (i know evnt listeners are attached 
to remote object .. But when does the result evnt occur) ..without overlapping 
with other result methods

Sent from Yahoo Mail on Android

Reply via email to