How stateful session beans will maintain consistency,
across transaction updates?

Answers were Sorted based on User's Feedback



How stateful session beans will maintain consistency, across transaction updates?..

Answer / guest

Stateful session beans maintain data consistency by updating
their fields each time a transaction is committed.To keep
informed of changes in transation status, a stateful session
bean implements the SessionSynchronization interface.The
Container then calls methods of this interface as it
initiates and completes transactions involving the bean.

Is This Answer Correct ?    1 Yes 0 No

How stateful session beans will maintain consistency, across transaction updates?..

Answer / uma

probably it may be due to its activation and passivation
concepts.
i am not sure. just reply back with the corrections and
comments,
my mail id uma_rr@sify.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Enlist the contents of Container.

0 Answers  


Enlist the CallBack methods of Session Bean?

0 Answers  


TX operation funtion executed by?

0 Answers   Satyam,


What are the different kind of ejb's?

0 Answers  


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

2 Answers   CGI,






what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


Can the primary key in the entity bean be a Java primitive type such as int?

2 Answers   CTS,


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

2 Answers   Infosys,


What causes statelessness?

0 Answers  


Driver manager is a class/interface.

5 Answers   Bally Technologies, College School Exams Tests, TCS,


What is an entity manager?

0 Answers  


Can beans who are involved in transaction have 'passivation' process?

0 Answers  


Categories