Re: RMI-USERS Digest - 17 Apr 2005 to 18 Apr 2005 (#2005-28)
Rodrigo Santiago <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
First of all, it must extend the class java.io.Serializable ;) Second, the class members must be all primitive types, types that extends Serializable also, or remote objects as well. As far as i can see, java.awt.Robot doesn't fit this need, which is the case that you'll need a second object type, just to send values through rmi layer. I might be forgetting something else, but that's it for now. :: RSantiago :: Automatic digest processor wrote: > There is one message totalling 35 lines in this issue. > > Topics of the day: > > 1. problem > > =========================================================================== > 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 > > ---------------------------------------------------------------------- > > Date: Mon, 18 Apr 2005 11:53:33 +0100 > From: ramesh raturi <[email protected]> > Subject: problem > > hello > i make a project in java rmi in this i want to capture the screen of remote pc (in my case of server's pc) and i use the java.awt.robot object to capture the screen. > and i store this bufferedimage type object into a self build class's Imageframe object. > I return this Imageframe object(which is a frame) to client > and when i run the client > > A runtime Exception is occurs which is following: > error in return value Unmarshalling > and many more...... > > help me & plz tell me how can i make the java.awt.robot class serilizable > > > Yahoo! India Matrimony: Find your life partneronline. > > =========================================================================== > 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 > > ------------------------------ > > End of RMI-USERS Digest - 17 Apr 2005 to 18 Apr 2005 (#2005-28) > *************************************************************** > =========================================================================== 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