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: ceiAttributes 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 |