Class SummaryEventFactory

java.lang.Object
wt.events.summary.SummaryEventFactory
All Implemented Interfaces:
Serializable, TransactionCommitListener, TransactionListener

public class SummaryEventFactory extends Object implements TransactionCommitListener, Serializable
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
See Also: