How does a container, manage access, from multiple
transactions on an entity bean?



How does a container, manage access, from multiple transactions on an entity bean?..

Answer / guest

Containers manage multiple transactions in one of two ways.
First, the container can instantiate multiple instances of
the bean and let the transaction management of the DBMS
handle transaction processing issues. Or, the container can
acquire an exclusive lock on the instance?s state in the
database, and serialize access from multiple transactions to
this instance

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Mention the three levels for applying interceptor methods.

0 Answers  


What is the difference between find and select methods in ejb?

0 Answers  


How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?

1 Answers  


How is consistency maintained by Stateful Session through transaction updates ?

0 Answers  


can u explain about design patterns like singleton,builder,factory

0 Answers   EdgeSoft,






What is enterprise bean provider?

0 Answers  


What do you mean enterprise javabeans (ejb) container?

0 Answers  


java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?

2 Answers   CGI,


What is applicationscoped?

0 Answers  


TX operation funtion executed by?

0 Answers   Satyam,


How to find ejb version in websphere?

0 Answers  


What are the various types of entity beam?

0 Answers  


Categories