Shelly,

Please see Appendix B of the EJB 1.1 spec.  Only home and remote interfaces
are passed by reference.  All other objects are copied by value.  So for
instance, you can't pass a vector by reference, but you could pass a
stateful session beans remote interface by reference and access the vector
that way.

Dave Wolf
Internet Applications Division
Sybase


> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Shelly Aggrawal
> Sent: Wednesday, September 08, 1999 5:35 AM
> To: [EMAIL PROTECTED]
> Subject: Passing by reference in EJBs
>
>
> Hi All,
>
> I have a very peculiar problem pertaining to argument passing in EJBs.
>
> The problem is :
> The client to the bean needs to pass objects to the bean. The bean is
> supposed to fill up / change value of these arguments.  After the remote
> method call the client should be able to get the values from the passed
> argument. How can this be achieved? In short I want to achieve something
> similar to 'pass by reference' of C++
>
> Any kind of help will be useful.
>
> Thanks and Regards,
> Shelly
>
> ==================================================================
> =========
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to