EventGroupProfile


This type is a class for model objects.

This profile defines a list of events which are determined through selector expressions. JMS queues and a JMS topic can be associated with each event group. If the event server distribution service is enabled and an event matches an event group the event is distributed to any topic or queues configured for that particular event group.

Package: cei

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

Collection attributes having this type:
  EventGroupProfileList.eventGroupProfiles



Attributes Summary
eventGroupName : EString The name of the event group profile.
eventSelectorString : EString The selector string used to define an event group. This must be a valid XPath expression.
topicJNDIName : EString The JNDI name of the JMS topic.
topicConnectionFactoryJNDIName : EString The JNDI name of the JMS topic connection factory.
persistEvents : EBoolean Indicates whether events matching this event group should be persisted to the event database
distributionQueues : DistributionQueue * List of JMS Queue configurations used for event distribution
propertySet : J2EEResourcePropertySet @ * No description is available *



Attribute Details

eventGroupName  -  The name of the event group profile.
    Data Type: EString
    Default value:  unspecified
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

eventSelectorString  -  The selector string used to define an event group. This must be a valid XPath expression.
    Data Type: EString
    Default value:  unspecified
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

topicJNDIName  -  The JNDI name of the JMS topic.
    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

topicConnectionFactoryJNDIName  -  The JNDI name of the JMS topic connection factory.
    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

persistEvents  -  Indicates whether events matching this event group should be persisted to the event database
    Data Type: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

distributionQueues  -  List of JMS Queue configurations used for event distribution
    Reference Type: DistributionQueue *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

propertySet  -  * No description is available *
    Reference Type: J2EEResourcePropertySet @
    Containment:  true
    Container:  false
    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