public class TransactionTag extends TransactionTagSupport
<transaction> using the container's EL implementation.dataSourceSpecified, rawDataSourceid, pageContextEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
TransactionTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Prepares for execution by setting the initial state, such as
getting the
Connection and preparing it for
the transaction. |
void |
release()
Release state.
|
void |
setDataSource(String expression) |
void |
setIsolation(String expression)
Setter method for the transaction isolation level.
|
doCatch, doEndTag, doFinally, getSharedConnectiondoAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doStartTag()
throws JspException
TransactionTagSupportConnection and preparing it for
the transaction.doStartTag in interface TagdoStartTag in class TransactionTagSupportJspException - if an error occurs while processing this tagTag.doStartTag()public void release()
TagSupportrelease in interface Tagrelease in class TransactionTagSupportTag.release()public void setDataSource(String expression)
public void setIsolation(String expression)
TransactionTagSupportsetIsolation in class TransactionTagSupportCopyright © 2018 JBoss by Red Hat. All rights reserved.