rpc - Hello, Can anyone show me an example (code) of a Remote Call Back in RMI ? Is their standard code for this process? -


is revisions i'm doing on rmi? been researching , finding difficult find example of "a remote call back".

ok, shall add this, following way describe example of callback?

"you have server , client. server calls method client, client has looked server , passed reference itself."

how's that? better?

thanks,

caroline

is way describe example of callback ?

"you have server , client. server calls method client, client has looked server , passed reference".

yes. you've omitted client object must exported remote object, typically extending unicastremoteobject, , must implement remote interface. server.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -