| JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and after the transaction completes. Using the registerSynchronization method, the application server registers a Synchronization object for the transaction currently associated with the target Transaction object. 事务管理器支持同步机制以允许在事务完成以后通知感兴趣者。 使用registerSynchronization方法,应用服务器为当前同目标Transaction对象关联事务注册一个Synchronization对象。
| Method Summary | |
void | afterCompletion(int status) This method is called by the transaction manager after the transaction is committed or rolled back. 该方法由事务管理器在事务提交或回滚后调用。 |
void | beforeCompletion() The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process. beforeCompletion方法由事务管理器在开始两步事务提交过程前调用。 |
| Method Detail |
public void beforeCompletion()
public void afterCompletion(int status)
status - The status of the transaction completion. 事务完成状态。
| JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.