Ahh.  Think I understand now.  JBoss Remoting will pass all parameters (and 
return objects) by value currently.  It is certainly possible to either 
implement your parameter and/or return objects so that they are proxies, so 
would be passed by reference (without JBoss Remoting's knowledge) or to create 
a custom marshaller that would convert the parameter/return objects into 
proxies so that they are passed by reference.  However, the ability to convert 
objects to proxies is not currently available.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863322#3863322

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863322


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to