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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you decide whether you should use session, entity or message driven bean?

559


What is rmi and ejb in java?

525


Explain what is an EJB Context?

608


What is a ejb container?

512


What do you mean enterprise javabeans (ejb) container?

589






Name the attributes of javax.ejb.stateful.

546


Which services are provided to ejb components by the ejb container?

717


What are ejbs used for?

489


What is an entity and its types?

539


How to determine, that beans are TX or not?

1620


What are the key features of the ejb technology?

577


what is the Relationship between EJB and CORBA architecture?

3411


What is ejb and its types in java?

498


What is Enterprise JavaBeans (EJB)?

594


What are the basic and subtypes of enterprise java beans (ejb)?

526