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
Post a Comment