Hello all,
I am trying to understand the functionality of the EJB object.
The Remote interface extends the EJBObject. The specification says that the
implementation for the EJBObject is provided by the container.
Also, the EJBObject extends java.rmi.Remote. So, does it mean that the
ejbObject is actually the Skeleton which communicates with the Bean class?Or
is it a class other than the Skeleton?
Also, is there one EJBObject for every bean that i deploy? So, if there are
many clients trying to use an Entity bean can i say that only one client
will be serviced as the EJBObject is associated with only one instance of
the bean at a time.
I seem to be terribly confused!!
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".