| Author |
Reentrancy
|
Tontang Bei
Ranch Hand
Joined: Oct 21, 2006
Posts: 130
|
|
|
What does it mean for a bean to be reentrant? and what kind of beans are reentrant?
|
 |
deepak adlakha
Ranch Hand
Joined: Jul 27, 2001
Posts: 323
|
|
Reentrant means For example, If a client calls a method on an entity bean, the bean then calls a method on a second bean within a transaction context, and the second bean calls back to the first in the same context.
|
 |
 |
|
|
subject: Reentrancy
|
|
|