Can anyone tell me what this is and what this is used for? It's always false, when does it become true?
Thanks.
-
<reentrant>False</reentrant> (3 messages)
- Posted by: Marco Ingco
- Posted on: October 09 2002 12:46 EDT
Threaded Messages (3)
- <reentrant>False</reentrant> by Ahmed Talaat on October 09 2002 15:20 EDT
- <reentrant>False</reentrant> by Marco Ingco on October 09 2002 17:27 EDT
- <reentrant>False</reentrant> by Gal Binyamini on October 09 2002 18:56 EDT
-
<reentrant>False</reentrant>[ Go to top ]
- Posted by: Ahmed Talaat
- Posted on: October 09 2002 15:20 EDT
- in response to Marco Ingco
A reentrent bean is capable of participating in loopback call sequances. i.e Bean A Calls a method on Bean B which in turn calls another method on Bean A.
In general, you don't need reenterant beans, and I beleive you can always design so that you don't end up needing them.
It would interesting if someone could share an example where he had to !
Cheers,
AT
-
<reentrant>False</reentrant>[ Go to top ]
- Posted by: Marco Ingco
- Posted on: October 09 2002 17:27 EDT
- in response to Ahmed Talaat
Thanks... -
<reentrant>False</reentrant>[ Go to top ]
- Posted by: Gal Binyamini
- Posted on: October 09 2002 18:56 EDT
- in response to Ahmed Talaat
This thread is related:
http://www2.theserverside.com/discussion/thread.jsp?thread_id=15876