Re: How to Get the ObjectID?
Esmond Pitt FACS <[email protected]> Tue, 26 May 2009 16:41:22 +1000
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Organization | Melbourne Software Company |
| Message-ID | <20090526063951.GWYC1556.nskntotgx02p.mx.bigpond.com@toshibakx1wgjb> |
Alex Why are you using a socket? Just get the stub for the remote object and call the method on it. RMI does all the futzing around for you. If you're trying to implement the client side of the RMI protocol yourself, I would forget it now. It's not well-enough specified for a start. EJP =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html