Hi!

"Andy L. Czerwonka" wrote:
> Another reason is that if you're
> passing a remote object, you don't want the client
> (bean class can be client to other bean) to be able to
> use the 'this' keyword, not implementing the remote
> interface would prevent developer from doing so...
> [ALC] I'm not sure I understand.  What is preventing the use of *this*?

All interactions with the bean *MUST* go through the EJBObject. That's
why can't send references to the bean around by simply using "this". You
have to use this.getEJBObject() and send that.

/Rickard

--
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
Homepage: http://www-und.ida.liu.se/~ricob684

===========================================================================
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