Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

thread-entityBean investigation result

  Asked By: Robert    Date: Jan 02    Category: Java    Views: 578
  

simpleClientClass(launced multiple threadClass) -------->
threadClass(each threadClass invokes an entityBean) ------> bmpEntityBean

-this setup, causes no delay and that the EJBContainer would
allow the next threadClass to proceed once the preceeding threadClass
has finished its transaction with the bmpEntityBean



simpleClientClass(launced multiple threadClass) ----> threadClass(each
threadClass invokes a sessionBean ----> statelessSessionBean(each sessionBean
invokes an entitBean) ----> bmpEntityBean

-this setup, however, causes the EJBContainer to perform strict
synchronization procedures..
i mean, the EJBContainer would allow another SessionBean to proceed
only after
another thread class has finished/termintated.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on thread-entityBean investigation result Or get search suggestion and latest updates.