[jboss-jira] [JBoss JIRA] Closed: (JBREM-312) make TransporterClient so can be sent over network as dynamic proxy
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-312?page=all ]
David Lloyd closed JBREM-312.
-----------------------------
> make TransporterClient so can be sent over network as dynamic proxy
> -------------------------------------------------------------------
>
> Key: JBREM-312
> URL: http://jira.jboss.com/jira/browse/JBREM-312
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: general
> Affects Versions: 1.4.0 final
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Priority: Minor
> Fix For: 2.0.0.Beta2 (Boon)
>
> Attachments: proxy.zip
>
>
> When using transporter (or guess anywhere within remoting), would be nice if server side could return a proxy instead of the actual object (if really wanted to keep only one real instance, which would live on the server).
> Currently, this can not be done for several reasons. First, the TransporterClient and Client classes are not serializable (and no void constructor), so no way to send it over the wire. Second, the Client has reference to classloader, which can not be sent over network. Therefore, need to write customized externalization methods to allow proxy to be sent over wire.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list