This type is a class for model objects.
This profile defines the options for the Event Emitter.
Package: ceiAttributes Summary | |
preferredTransactionMode : EBoolean | Defines the preferred transactionality. If set to true the transaction type is REQUIRES_NEW resulting in the event bus processing the event in a new transaction , otherwise the event is processed in the caller's transaction. |
preferredSynchronizationMode : EBoolean | Defines the preferred transmission mode. If set to true the preferred transmission mode for sending events to the bus is synchronous. If false the preferred mode is asynchronous. |
filterFactoryJNDIName : EString | Defines the filter factory JNDI name. The emitter obtains the filter from the filter factory to determine whether an event will be passed to the bus. |
asynchronousTransmissionProfileJNDIName : EString | Defines the asynchronous transmission profile JNDI name. This is used by the emitter to send events to the bus asynchronously. |
synchronousTransmissionProfileJNDIName : EString | Defines the synchronous transmission profile JNDI name. This is used by the emitter to send events to the bus synchronously. |
filteringEnabled : EBoolean | Determines whether the filtering is enabled. |
Attribute Details |