EmitterFactoryProfile


This type is a class for model objects.

This profile defines the options for the Event Emitter.

Package: cei
Supertype: ResourceEnvEntry

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes 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

preferredTransactionMode  -  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.
    Data Type: EBoolean
    Default value:  false
    Required:  true
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

preferredSynchronizationMode  -  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.
    Data Type: EBoolean
    Default value:  true
    Required:  true
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

filterFactoryJNDIName  -  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.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

asynchronousTransmissionProfileJNDIName  -  Defines the asynchronous transmission profile JNDI name. This is used by the emitter to send events to the bus asynchronously.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

synchronousTransmissionProfileJNDIName  -  Defines the synchronous transmission profile JNDI name. This is used by the emitter to send events to the bus synchronously.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

filteringEnabled  -  Determines whether the filtering is enabled.
    Data Type: EBoolean
    Default value:  true
    Required:  true
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006