ejbcreate() only creates EJBObject, not the bean itself.  The container
takes care of the bean instantiation!

Van.

> -----Original Message-----
> From: Nithi, Rajan (GEP) [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, July 28, 2000 1:51 AM
> To:   [EMAIL PROTECTED]
> Subject:      Stateless Session Beans and instances
>
> Hi,
>
> I have a basic question regarding Stateless Session Beans.
>
> I understand the container creates a pool of Stateless Session Beans.
> Which means the container creates a no of Stateless Session Bean
> instances.
> So, in that case, is the following statement true ?
>
> No of times ejbCreate is executed on the container = No of Stateless
> Session
> Beans instances created by the container.
>
> We are using NAS 4.0 and I found the ejbCreate method of our Stateless
> Session
> Bean is fired only once. So, does it mean that the container has only one
> instance
> of the Stateless Session Bean in the memory.
>
> Thanks in advance,
> Nithi.
>
> ==========================================================================
> =
> 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