Hi,
the EJBObject is part of the container and the ejb-spec define the
behavior of the container without making any assumption it
implementation. The more important for you is not to know how they are
implemented (since it changes from one container to another), but to
know (and make sure) that they do the same work.
/Francis
Ashutosh wrote:
>
> Hello all,
> I am trying to understand the concept of the EJB Object . I
> have the following question.
> I read that the EJBObject whose implementation is provided by
> the container also implements the Remote Interface.The EJB Object holds a
> reference to the Bean class. However, the Bean class provides the
> implementation for the business methods that are declared in the remote
> interface(but it does not "implement" the RI but only extends EntityBean).
> So, can i infer that EJBObject has an empty definition of the
> business methods and through these methods gives a call to the corresponding
> methods of the bean class whenever the client invokes the method.
> I understand that the container provides the implementation
> of the ejb object and it could be different across various containers. But
> how does it work i this case???
> Thanks.
> Regards,
> Ashutosh
>
> ===========================================================================
> 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".
--
[EMAIL PROTECTED]
MATHEMA Software GmbH
N�gelsbachstra�e 25 b
91052 E r l a n g e n
D e u t s c h l a n d
Tel +49(0)9131/8903-0
Fax +49(0)9131/8903-55
http://www.mathema.de
===========================================================================
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".