EventServerProfile


This type is a class for model objects.

This profile defines the properties of an event server.

Package: cei
Supertype: ResourceEnvEntry

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



Attributes Summary
enableEventDistribution : EBoolean Determines whether event distribution is enabled. If set to false the events will not be distributed to consumers.
enableDataStore : EBoolean Determines whether the data store is enabled. If set to false the events will not be persisted in the data store.
dataStoreJNDIName : EString The JNDI name of the data store.
dataStoreProfileJNDIName : EString The JNDI name for the DataStoreProfile to be used by event servers associated with this EventServerProfile
eventGroupProfileListJNDIName : EString The JNDI name for the EventGroupProfileList to be used by event servers associated with this EventServerProfile



Attribute Details

enableEventDistribution  -  Determines whether event distribution is enabled. If set to false the events will not be distributed to consumers.
    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

enableDataStore  -  Determines whether the data store is enabled. If set to false the events will not be persisted in the data store.
    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

dataStoreJNDIName  -  The JNDI name of the data store.
    Data Type: EString
    Default value:  ejb/com/ibm/events/datastore/impl/DefaultDataStoreEJBLocalHome
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

dataStoreProfileJNDIName  -  The JNDI name for the DataStoreProfile to be used by event servers associated with this EventServerProfile
    Data Type: EString
    Default value:  com/ibm/events/configuration/data-store/Default
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

eventGroupProfileListJNDIName  -  The JNDI name for the EventGroupProfileList to be used by event servers associated with this EventServerProfile
    Data Type: EString
    Default value:  com/ibm/events/configuration/event-groups/Default
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



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