IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.events.emitter

Interface Summary
TransactionMode

Constants used to specify whether to send an event to the event bus in the same transaction as the caller or in a new transaction.

SynchronizationMode

Constants used to specify whether to send an event to the event bus synchronously or asynchronously.

EmitterFactory

This interface is used by event sources to create emitter instances.

Emitter

This is the interface for the event emitter.

Exception Summary
TransactionModeNotSupportedExceptionIndicates that the caller attempted to use a transaction mode that is not supported by the emitter.
SynchronizationModeNotSupportedExceptionIndicates that the caller attempted to use a synchronization mode that is not supported by the emitter.
SendFailureExceptionIndicates that a problem occurred in the emitter processing when sending an event to the event bus.
EmitterExceptionIndicates that an error has occurred during emitter processing.



IBM WebSphere Application ServerTM
Release 6