由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - What transaction attributes do Enterprise JavaBea
相关主题
JSF: value binding to bean methods problemAnt and Netbeans help
[转载] Mutually exclusive attributesCustom Tag: embedding tag inside tag?
关于 Java beanRe: Custom Tag: embedding tag inside tag
EJB框架示意图关于EJB开发的几个问题
Re: questionJMS消息发布的问题
Another nice EJB server(recommend ;-)any tools for ...
[转载] Anybody tried "gcj"?发现weblogic 8.1 workshop一个bug
help needed请教一个关于JDBC的问题,实在太烦了!
相关话题的讨论汇总
话题: tx话题: enterprise话题: bean话题: what
进入Java版参与讨论
1 (共1页)
w**********k
发帖数: 1135
1
A container supports the following values for the transaction attribute of an
Enterprise JavaBean.
TX_NOT_SUPPORTED
The bean runs outside the context of a transaction. Existing
transactions are suspended for the duration of method calls.
TX_BEAN_MANAGED
The bean demarks its own transactions boundaries through the JTA
UserTransaction interface.
TX_REQUIRED
Method calls require a transaction context. If one exists, it will be
used; if non
1 (共1页)
进入Java版参与讨论
相关主题
请教一个关于JDBC的问题,实在太烦了!Re: question
问个JSP和Bean的问题Another nice EJB server(recommend ;-)
the best way to transfer data?[转载] Anybody tried "gcj"?
Java API for XML?help needed
JSF: value binding to bean methods problemAnt and Netbeans help
[转载] Mutually exclusive attributesCustom Tag: embedding tag inside tag?
关于 Java beanRe: Custom Tag: embedding tag inside tag
EJB框架示意图关于EJB开发的几个问题
相关话题的讨论汇总
话题: tx话题: enterprise话题: bean话题: what