IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.events.catalog

Interface Summary
EventCatalogHomeHome interface for the event catalog enterprise bean in the Common Event Infrastructure.
EventCatalogRemote interface for the event catalog enterprise bean in the Common Event Infrastructure.

Class Summary
PropertyDescriptionDescribes a property that an event can contain.
ExtendedDataElementDescriptionDescribes an extended data element that an event can contain.
EventDefinitionRepresents an event definition.

Exception Summary
XmlNotValidExceptionThrown to indicate that an XML document containing event definitions is not valid.
ValueTooLongExceptionThrown when a value that is too long is passed to an event catalog method.
ParentNotValidExceptionThrown when an attempt is made to add an event definition to the event catalog that does not name a valid parent.
OperationNotValidExceptionThrown when an event catalog method is called in a situation that is not valid.
InheritanceNotValidExceptionThrown when an attempt is made to add an event definition to the event catalog that violates the .
EventDefinitionNotFoundExceptionThrown when an attempt is made to refer to an event definition that does not exist in the event catalog.
EventDefinitionExistsExceptionThrown when an attempt is made to add an event definition to the event catalog and an event definition of the same name already exists but the replace flag was set to false.
DescriptionExistsExceptionThrown when an attempt is made to add a description of an extended data element to an event definition and the event definition already contains a description for an extended data element of the same name, or likewise a property description and the event definition already contains a description for a property of the same name and path.
CatalogExceptionRoot exception for all exceptions that can be thrown by the event catalog component.
ArgumentNotValidExceptionThrown when an event catalog method receives an argument that is not valid.



IBM WebSphere Application ServerTM
Release 6