The Artima Developer Community
Sponsored Link

Java Answers Forum
RMI Callback

1 reply on 1 page. Most recent reply: Mar 21, 2003 9:36 AM by Jiri Fabian

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Danny

Posts: 8
Nickname: pok
Registered: Dec, 2002

RMI Callback Posted: Mar 19, 2003 4:48 PM
Reply to this message Reply
Advertisement
Hej everybody,

I know it sound may be likes stupid, but i have a problem with how " rmi callback " works ? My real problem is when client log on to server, I want ot dispalys clients information on the clients window, does some body have any idea or links to relavent site.

Thank you very much for your kindly help.

Danny


Jiri Fabian

Posts: 11
Nickname: filemon
Registered: Mar, 2003

Re: RMI Callback Posted: Mar 21, 2003 9:36 AM
Reply to this message Reply
Just pass server callback class, which must be remote object(implements Remote). Stubs must be located on server.
Server than invokes methods on your callback, which updates your screen.

fil

Flat View: This topic has 1 reply on 1 page
Topic: How can I change the size of image inserted into the JTextPane? Previous Topic   Next Topic Topic: Help quickly please - should be simple

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use