The Artima Developer Community
Sponsored Link

Java Answers Forum
what does remote refrence layer do in rmi

1 reply on 1 page. Most recent reply: Aug 27, 2002 6:32 AM by paco

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
senthil

Posts: 23
Nickname: rickk84
Registered: Aug, 2002

what does remote refrence layer do in rmi Posted: Aug 26, 2002 8:36 AM
Reply to this message Reply
Advertisement
what does remote reference layer do in rmi..


paco

Posts: 3
Nickname: kulinux
Registered: Aug, 2002

Re: what does remote refrence layer do in rmi Posted: Aug 27, 2002 6:32 AM
Reply to this message Reply
simply store in the local object the port and machine where the serversocket of the remote object is listen and the next time you call the object open the socket acording with the parameter of the localobject (stub) and marshall the protocol.

For garbage rmip have a protocol that make this job.

Flat View: This topic has 1 reply on 1 page
Topic: Stumped-url issue Previous Topic   Next Topic Topic: Can anyone help me with this problem??

Sponsored Links



Google
  Web Artima.com   

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