final public void setIsolationLevel(int isolationLevel)(Code)
Set the isolation level. Must be one of the isolation constants
in the TransactionDefinition interface. Default is ISOLATION_DEFAULT.
exception: IllegalArgumentException - if the supplied value is notone of the ISOLATION_ constants See Also:DefaultTransactionDefinition.ISOLATION_DEFAULT
Set the name of this transaction. Default is none.
This will be used as transaction name to be shown in a
transaction monitor, if applicable (for example, WebLogic's).
setPropagationBehavior
final public void setPropagationBehavior(int propagationBehavior)(Code)
Set the propagation behavior. Must be one of the propagation constants
in the TransactionDefinition interface. Default is PROPAGATION_REQUIRED.
exception: IllegalArgumentException - if the supplied value is notone of the PROPAGATION_ constants See Also:DefaultTransactionDefinition.PROPAGATION_REQUIRED