Copyright © TIBCO Software Inc. All Rights Reserved |
A simple event defines an object that represents an occurrence of something. When the term "event" is used without the qualifier advisory or time, it refers to a simple event.
• TIBCO BusinessEvents Getting Started provides a practical introduction to events, including use of default events and default destinations.
• Chapter 2, Channels and Events in TIBCO BusinessEvents Architect’s Guide for a more detailed overview and information about the following topics:
• Chapter 24, Diagrams for information on using event dependency and sequence diagrams, and event model views.
• The parent event’s expiry action (if set). However, an expiry action set in the child event overrides the parent event expiry action.
Events that are related to each other directly or indirectly by inheritance cannot have distinct properties that share a common name. Therefore the following restrictions apply:
• If two events are related by inheritance, you cannot create a new property in one with a name that is already used in the other.
• If two unrelated events have properties that share a name, you cannot create an inheritance relationship between the two events.
Copyright © TIBCO Software Inc. All Rights Reserved |