How many clients can share a same instance of a stateful session bean?

Showing Answers 1 - 6 of 6 Answers

rajesh

  • Sep 7th, 2006
 

One instance of an entity bean caters to only one client. The stateful session beans instances are not shared among clients

  Was this answer useful?  Yes

Azmin

  • Sep 27th, 2006
 

Stateful session bean as the name implies means maintaining a state specific to one client at a time. Thus, as rightly mentioned above by Rajesh, only one client can access a particluar instance of a session bean at a given time.Hope this is helpful,Azmin

  Was this answer useful?  Yes

NIRAJ KUMAR

  • Oct 20th, 2006
 

Hello Friends,

Only one client can share a same instance of a stateful session bean.As the name suggested that stateful session beans maintained the session information of the client so only one client can share the same instance of a stateful session bean.

  Was this answer useful?  Yes

Number of clients can share the same instance of above mentioned bean because in stateful session bean multiple clients are assigned with one instance only, so they would all share taht instance.
thank you!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions