reentrant means that a request with the same transactional context can
re-enter the bean for example
"The functionality of some entity beans may require loopbacks in the same
transaction context. An
example of a loopback is when the client calls entity object A, A calls
entity object B, and B calls back
A in the same transaction context. The entity bean�s method invoked by the
loopback shares the current
execution context (which includes the transaction and security contexts)
with the Bean�s method
invoked by the client."
if non-reentrant then "The container must reject the loopback call and throw
the java.rmi.RemoteException to the caller. The container must allow the
call if the Bean�s deployment descriptor specifies that the entity bean is
re-entrant."
Filip
~
Namaste - I bow to the divine in you.
~
Filip Hanik
Technical Architect
[EMAIL PROTECTED]
----- Original Message -----
From: "Shahar Solomianik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 22, 2001 8:41 AM
Subject: [jBoss-User] reentrant
mmm...
What is reentrant ?
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]