|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.summary.SummaryEventFactory
public class SummaryEventFactory
The SummaryEventFactory class serves two purposes. The
first is to retrieve and store Summary Event instances to and from its
summaryEventMap HashMap, which contains all the Summary Events defined
for the transaction, and then dispatch them. The second function is
to implement the TransactionCommitListener interface which
allows it to register as a listener with the TransactionManager.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
beforeCompletion()
Notify that the commit of the transaction is about to complete. |
void |
notifyCommit()
Notify that the commit of the transaction completed. |
void |
notifyRollback()
Notify that the rollback of the transaction completed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void beforeCompletion()
throws WTException
beforeCompletion in interface TransactionCommitListenerWTExceptionpublic void notifyCommit()
notifyCommit in interface TransactionListenerpublic void notifyRollback()
notifyRollback in interface TransactionListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||