|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
create method here.
create method here.
destroy method here.
destroy method here.
endTransaction method ends a transaction and
translates any exceptions into
TransactionRolledBack[Local]Exception or SystemException.
getInstance method
getInstance method
init method here.
init method here.
internalInvoke method chooses the TxSupport
subclass depending on the methods transaction support, then
delegates the server side tx handing to it.
invokeInCallerTx method implements the behavior
described in the ejb 2.1 spec, section 18.3, table 15, lines 1
and 2.
invokeInNoTx method implements the behavior in
the ejb 2.1 spec section 18.3 table 15 lines 5 and 6, in the
case where there is no transaction.
invokeInOurTx method implements the behavior
described in the ejb 2.1 spec, section 18.3, table 15, lines 3
and 4.
rethrowApplicationException method determines
if the supplied Throwable is an application exception and
rethrows it if it is.
rethrowAsTxRolledbackException method
translates the supplied exception into an appropriate
TransactionRolledback[Local]Exception, unwrapping as
appropriate.
setRollbackOnly method calls setRollbackOnly()
on the invocation's transaction and logs any exceptions than may
occur.
start method starts all the mbeans in this DeploymentInfo..
start method starts all the mbeans in this DeploymentInfo..
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||