A B C D E F G H I J L M N O P Q R S T U V X

G

getAdditionalResolvedEvents() - Method in class com.ibm.events.access.UpdateEventAssociation
Get an array of additional global instance ID’s of events that should be associated to the event with the global instance ID returned from getGlobalInstanceId.
getAncestors(String, boolean) - Method in interface com.ibm.events.catalog.EventCatalog
Returns the event definitions that are the ancestors of a given event definition in the inheritance hierarchy.
getAssociationEngine() - Method in class com.ibm.events.access.UpdateEventAssociation
Get the association engine that was used to associate the events.
getCause() - Method in class com.ibm.events.EventsException
Returns the java.lang.Throwable that is considered to be the root cause of this EventsException.
getCbeMajorVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the common base event major version number.
getCbeMinorVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the common base event minor version number.
getCbePtfVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the common base event PTF version number.
getCbeVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the common base event API version in the format major.minor.ptf.
getCeiHome() - Method in interface com.ibm.events.install.InstallUtil
Returns the directory where CEI is installed.
getCeiInstallerVersion() - Method in interface com.ibm.events.install.InstallUtil
Returns the version of CEI installer.
getCeiProductVersion() - Method in interface com.ibm.events.install.InstallUtil
Returns the version of CEI Product
getCeiUsers() - Method in interface com.ibm.events.install.InstallUtil
Whenever the CEI system is installed by a product, that product is registered in the CEI system as a CEI user.
getCeiUsersForProfile(String) - Method in interface com.ibm.events.install.InstallUtil
Whenever a profile is augmented with CEI, that product is registered in the CEI system as a profile user.
getChangeRequestType() - Method in class com.ibm.events.access.AddContextDataElement
 
getChangeRequestType() - Method in class com.ibm.events.access.AddExtendedDataElement
 
getChangeRequestType() - Method in interface com.ibm.events.access.EventChangeRequest
Get the type of change request this object represents.
getChangeRequestType() - Method in class com.ibm.events.access.UpdateEventAssociation
 
getChangeRequestType() - Method in class com.ibm.events.access.UpdateEventAttribute
 
getChangeRequestType() - Method in class com.ibm.events.access.UpdateExtendedDataElementValues
 
getChild(String) - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the description of a child extended data element.
getChildren(String, boolean) - Method in interface com.ibm.events.catalog.EventCatalog
Returns the event definitions that are the immediate children of a given event definition in the inheritance hierarchy.
getChildren() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns all descriptions of child extended data elements.
getConnectionFactoryJndiName() - Method in interface com.ibm.events.notification.MessagePort
This method is used to get the JNDI name for the JMS connection factory that is associated with this JMS destination.
getContextDataElement() - Method in class com.ibm.events.access.AddContextDataElement
Get the context data element that is being added to the event.
getCreatedEvent(Message) - Method in interface com.ibm.events.notification.NotificationHelper
Deprecated. This method is being replaced by getEventNotifications.
getDataStoreMetaData() - Method in interface com.ibm.events.access.EventAccess
Returns the component metadata of the data store enterprise bean.
getDataStoreMetaData() - Method in interface com.ibm.events.access.EventAccessLocal
Returns the component metadata of the data store enterprise bean.
getDefaultHexValue() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the value set as the hexadecimal default for the extended data element.
getDefaultValue() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the value set as the default for the property.
getDefaultValues() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the values set as the defaults for the extended data element.
getDescendants(String, boolean) - Method in interface com.ibm.events.catalog.EventCatalog
Returns the event definitions that are the descendants of a given event definition in the inheritance hierarchy.
getDestinationJndiName() - Method in interface com.ibm.events.notification.MessagePort
This method is used to get the JNDI name for this JMS destination.
getDisplayName() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the path and name of the property concatenated to a single string suitable for display.
getDuplicateGlobalInstanceId() - Method in class com.ibm.events.datastore.DuplicateGlobalInstanceIdException
Returns the duplicate global instance ID that this exception is reporting.
getElapsedTime() - Method in class com.ibm.events.access.UpdateEventAttribute
Get the new value for elapsed time.
getEmitter() - Method in interface com.ibm.events.emitter.EmitterFactory
Obtains an emitter instance.
getEmitter(String, String) - Method in interface com.ibm.events.emitter.EmitterFactory
Obtains an Emitter instance.
getErrorCode() - Method in class com.ibm.events.datastore.DataStoreSqlException
Access method for the errorCode property.
getEvent() - Method in class com.ibm.events.datastore.EventCreationRequest
Get the common base event represented by this EventCreateRequest.
getEvent() - Method in interface com.ibm.events.notification.EventNotification
Get the event that the notification represents.
getEventChangeRequests() - Method in class com.ibm.events.datastore.EventUpdateRequest
Get an array of change requests for a particular event
getEventDefinition(String, boolean) - Method in interface com.ibm.events.catalog.EventCatalog
Returns an event definition.
getEventDefinition() - Method in class com.ibm.events.catalog.EventDefinitionExistsException
Returns the event definition that was being added when the exception was thrown.
getEventDefinition() - Method in class com.ibm.events.catalog.InheritanceNotValidException
Returns the event definition that was being added when the exception was thrown.
getEventDefinition() - Method in class com.ibm.events.catalog.ParentNotValidException
Returns the event definition that was being added when the exception was thrown.
getEventDefinitions(String, boolean) - Method in interface com.ibm.events.catalog.EventCatalog
Returns event definitions whose names match a pattern.
getEventExtensionNamesForSourceCategory(String) - Method in interface com.ibm.events.catalog.EventCatalog
Returns the names of the Common Base Event extensions that are members of a given event source category.
getEventExtensionToSourceCategoryBindings(String, String) - Method in interface com.ibm.events.catalog.EventCatalog
Returns bindings between Common Base Event extensions whose names match a pattern and event source categories that match a pattern.
getEventNotifications(Message) - Method in interface com.ibm.events.notification.NotificationHelper
This method is used to change a JMS message from the Common Event Infrastructure into an EventNotification array
getEventXml() - Method in class com.ibm.events.datastore.EventCreationRequest
Get the XML representation of the common base event represented by this EventCreationRequest.
getExtendedDataElement() - Method in class com.ibm.events.access.AddExtendedDataElement
Get the extended data element that this change request is representing.
getExtendedDataElement() - Method in class com.ibm.events.access.UpdateExtendedDataElementValues
Get the extended data element that this change request is representing.
getExtendedDataElementDescription(String) - Method in class com.ibm.events.catalog.EventDefinition
Returns an extended data element description from the list of extended data element descriptions.
getExtendedDataElementDescriptions() - Method in class com.ibm.events.catalog.EventDefinition
Returns descriptions of the extended data elements that an event using this event definition may contain.
getFile() - Method in class com.ibm.events.EventsException
Gets the message file.
getFilter() - Method in interface com.ibm.events.filter.FilterFactory
Returns a filter instance.
getFilterMetaData() - Method in interface com.ibm.events.emitter.Emitter
Obtains the filter metadata.
getGlobalInstanceId() - Method in class com.ibm.events.access.AddContextDataElement
 
getGlobalInstanceId() - Method in class com.ibm.events.access.AddExtendedDataElement
 
getGlobalInstanceId() - Method in interface com.ibm.events.access.EventChangeRequest
Get the global instance ID of the event that this change request is modifying.
getGlobalInstanceId() - Method in class com.ibm.events.access.UpdateEventAssociation
 
getGlobalInstanceId() - Method in class com.ibm.events.access.UpdateEventAttribute
 
getGlobalInstanceId() - Method in class com.ibm.events.access.UpdateExtendedDataElementValues
 
getGlobalInstanceId() - Method in class com.ibm.events.datastore.EventCreationRequest
Get the global instance id of the common base event being reqpresented by this EventCreationRequest.
getGlobalInstanceId() - Method in class com.ibm.events.datastore.EventDoesNotExistException
Returns the global instance ID for the event that this exception is reporting.
getGlobalInstanceId() - Method in class com.ibm.events.datastore.EventUpdateRequest
Get the global instance ID of the event that is being updated.
getGlobalInstanceId() - Method in class com.ibm.events.datastore.ExtendedDataElementUpdateException
Returns the global instance ID for the event that this exception is reporting.
getGlobalInstanceId() - Method in class com.ibm.events.datastore.SeverityAlreadySetException
Returns the global instance ID for the event that this exception is reporting.
getGlobalInstanceId() - Method in interface com.ibm.events.notification.EventNotification
Get the global instance ID of the event that the notification represents.
getInstallUtil(String) - Method in interface com.ibm.events.install.InstallUtilFactory
This method returns an instance of an object implementing InstallUtil interface
getJmsQueues(String) - Method in interface com.ibm.events.notification.NotificationHelper
This method is used to return the array of MessagePort objects that are associated with an event group.
getJmsTopic(String) - Method in interface com.ibm.events.notification.NotificationHelper
This method is used to return the MessagePort object that is associated with an event group.
getKey() - Method in class com.ibm.events.EventsException
Gets the message key.
getLocalizedMessage() - Method in class com.ibm.events.EventsException
Gets the text of the exception message, which is translated into the current locale.
getLocalizedMessage(Locale) - Method in class com.ibm.events.EventsException
Gets the text of the exception message, which is translated into the specified locale.
getLocalizedRdbmsMessage() - Method in class com.ibm.events.datastore.DataStoreSqlException
Access method for the localizedRdbmsMessage property.
getMaxOccurs() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the maximum number of times the extended data element must occur.
getMaxValue() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the maximum value that the property can take.
getMessage() - Method in class com.ibm.events.EventsException
Gets the text of the exception message.
getMetaData() - Method in interface com.ibm.events.access.EventAccess
Returns the component metadata of the event access enterprise bean.
getMetaData() - Method in interface com.ibm.events.access.EventAccessLocal
Returns the component metadata of the event access enterprise bean.
getMetaData() - Method in interface com.ibm.events.datastore.DataStoreLocal
Returns the component metadata of the data store enterprise bean
getMetaData() - Method in interface com.ibm.events.emitter.Emitter
Obtains the emitter component metadata.
getMetaData() - Method in interface com.ibm.events.filter.Filter
Obtains the metadata from this filter instance.
getMetaData() - Method in interface com.ibm.events.notification.NotificationHelper
This method is used to return the component metadata of the notification helper.
getMinOccurs() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the minimum number of times the extended data element must occur.
getMinValue() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the minimum value that the property can take.
getName() - Method in class com.ibm.events.catalog.EventDefinition
Returns the name of this event definition.
getName() - Method in class com.ibm.events.catalog.EventDefinitionNotFoundException
Returns the name of the event definition that could not be found.
getName() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the name of the extended data element (the value of its name property).
getName() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the name of the property.
getNotificationHelper() - Method in interface com.ibm.events.notification.NotificationHelperFactory
This method is used to create an instance of the notification helper.
getNotificationType() - Method in interface com.ibm.events.notification.EventNotification
Get the numeric notification type.
getNotificationType(Message) - Method in interface com.ibm.events.notification.NotificationHelper
Deprecated. This method is no longer needed when using getEventNotifications.
getOriginalEvent() - Method in class com.ibm.events.datastore.EventUpdateResponse
Get the event as it existed before the update request was performed.
getParent(String, boolean) - Method in interface com.ibm.events.catalog.EventCatalog
Returns the event definition that is the immediate parent of a given event definition in the inheritance hierarchy.
getParentLocationPath() - Method in class com.ibm.events.access.AddExtendedDataElement
Get the parent element XPath location.
getParentLocationPath() - Method in class com.ibm.events.access.UpdateExtendedDataElementValues
Get the parent element XPath location.
getParentLocationPath() - Method in class com.ibm.events.datastore.ExtendedDataElementUpdateException
Returns The location path the the parent extended data element which doesnt exist.
getParentName() - Method in class com.ibm.events.catalog.EventDefinition
Returns the name of this event definition's immediate parent.
getParms() - Method in class com.ibm.events.EventsException
Gets the message parameters.
getPath() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the path that locates the property within the event.
getPermittedValues() - Method in class com.ibm.events.catalog.PropertyDescription
Returns the values that the property can take.
getPriority() - Method in class com.ibm.events.access.UpdateEventAttribute
Get the new value for priority.
getProfilePathList() - Method in interface com.ibm.events.install.InstallUtil
Returns the profile paths augmented with CEI.
getPropertyDescription(String, String) - Method in class com.ibm.events.catalog.EventDefinition
Returns a property description from the list of property descriptions.
getPropertyDescriptions() - Method in class com.ibm.events.catalog.EventDefinition
Returns descriptions of the properties that an event that uses this event definition can contain.
getProviderMajorVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the component provider major version.
getProviderMinorVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the component provider minor version.
getProviderName() - Method in interface com.ibm.events.ComponentMetaData
Gets the component provider name.
getProviderPtfVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the component provider PTF version.
getProviderVersion() - Method in interface com.ibm.events.ComponentMetaData
Gets the component provider version in the format major.minor.ptf.
getPurgeVersion() - Method in class com.ibm.events.datastore.DataStoreMetaData
Gets the version of purge that is supported.
getRepeatCount() - Method in class com.ibm.events.access.UpdateEventAttribute
Get the new value for repeat count.
getRoot() - Method in interface com.ibm.events.catalog.EventCatalog
Returns the root event definition.
getSQLState() - Method in class com.ibm.events.datastore.DataStoreSqlException
Access method for the sqlState property.
getSeverity() - Method in class com.ibm.events.access.UpdateEventAttribute
Get the new value for severity.
getSourceCategoriesForEventExtension(String) - Method in interface com.ibm.events.catalog.EventCatalog
Returns the event source categories that have a given event extension as a member.
getSynchronizationMode() - Method in interface com.ibm.events.emitter.Emitter
Returns the current setting for the synchronization mode.
getTransactionMode() - Method in interface com.ibm.events.emitter.Emitter
Returns the current setting for the transaction mode.
getType() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns a value that indicates the type of the extended data element (the value of its type property).
getTypeAsString() - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Returns the type of the extended data element (the value of its type property) as a string.
getUpdatedEvent() - Method in class com.ibm.events.datastore.EventUpdateResponse
Get the event after all the update requests were performed.
getWasProductVersion() - Method in interface com.ibm.events.install.InstallUtil
Returns the version of the WAS Server.

A B C D E F G H I J L M N O P Q R S T U V X