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

E

Emitter - interface com.ibm.events.emitter.Emitter.
This is the interface for the event emitter.
EmitterException - exception com.ibm.events.emitter.EmitterException.
Indicates that an error has occurred during emitter processing.
EmitterException(Throwable) - Constructor for class com.ibm.events.emitter.EmitterException
Constructs an EmitterException that contains a causing exception.
EmitterException(String, String, Object[]) - Constructor for class com.ibm.events.emitter.EmitterException
Constructs an EmitterException that contains a message.
EmitterException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.emitter.EmitterException
Constructs an EmitterException that contains a message and a causing exception.
EmitterFactory - interface com.ibm.events.emitter.EmitterFactory.
This interface is used by event sources to create emitter instances.
EventAccess - interface com.ibm.events.access.EventAccess.
Remote interface for the event access enterprise bean.
EventAccessHome - interface com.ibm.events.access.EventAccessHome.
Remote home interface for the event access enterprise bean.
EventAccessLocal - interface com.ibm.events.access.EventAccessLocal.
Local interface for the event access enterprise bean.
EventAccessLocalHome - interface com.ibm.events.access.EventAccessLocalHome.
Local home interface for the event access enterprise bean.
EventCatalog - interface com.ibm.events.catalog.EventCatalog.
Remote interface for the event catalog enterprise bean in the Common Event Infrastructure.
EventCatalogHome - interface com.ibm.events.catalog.EventCatalogHome.
Home interface for the event catalog enterprise bean in the Common Event Infrastructure.
EventChangeRequest - interface com.ibm.events.access.EventChangeRequest.
Common interface for all event change requests.
EventCreationRequest - class com.ibm.events.datastore.EventCreationRequest.
Class used to request event creation.
EventCreationRequest(CommonBaseEvent) - Constructor for class com.ibm.events.datastore.EventCreationRequest
Creates a new EventCreationRequest object.
EventDefinition - class com.ibm.events.catalog.EventDefinition.
Represents an event definition.
EventDefinition(String, String) - Constructor for class com.ibm.events.catalog.EventDefinition
Creates an empty event definition that does not contain extended data element descriptions or property descriptions.
EventDefinitionExistsException - exception com.ibm.events.catalog.EventDefinitionExistsException.
Thrown 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.
EventDefinitionExistsException(EventDefinition, String, String, Object[]) - Constructor for class com.ibm.events.catalog.EventDefinitionExistsException
Constructs a new EventDefinitionExistsException with a reference to the event definition that was being added.
EventDefinitionNotFoundException - exception com.ibm.events.catalog.EventDefinitionNotFoundException.
Thrown when an attempt is made to refer to an event definition that does not exist in the event catalog.
EventDefinitionNotFoundException(String, String, String, Object[]) - Constructor for class com.ibm.events.catalog.EventDefinitionNotFoundException
Constructs a new EventDefinitionNotFoundException with the name of the event definition that could not be found.
EventDoesNotExistException - exception com.ibm.events.datastore.EventDoesNotExistException.
This exception is thrown when an event update request is sent to the data store for an event that does not exist.
EventDoesNotExistException() - Constructor for class com.ibm.events.datastore.EventDoesNotExistException
Constructs a new EventDoesNotExistException
EventDoesNotExistException(String, String, String, Object[]) - Constructor for class com.ibm.events.datastore.EventDoesNotExistException
Constructs a new EventDoesNotExistException with a detailed message and message translation information (resource bundle, message key and message substitutions).
EventDoesNotExistException(String, String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.EventDoesNotExistException
Constructs a new EventDoesNotExistException with a detailed message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
EventGroupNotDefinedException - exception com.ibm.events.EventGroupNotDefinedException.
This exception is thrown when a method call requires an event group and the passed event group name is not defined.
EventGroupNotDefinedException(String, String, Object[]) - Constructor for class com.ibm.events.EventGroupNotDefinedException
Creates an EventGroupNotDefinedException with a detailed message and message translation information (resource bundle, message key and message substitutions).
EventNotification - interface com.ibm.events.notification.EventNotification.
Repesents an event notification that is recieved through JMS.
EventUpdateRequest - class com.ibm.events.datastore.EventUpdateRequest.
Provides all change requests for a particular event.
EventUpdateRequest(String) - Constructor for class com.ibm.events.datastore.EventUpdateRequest
Creates a new EventUpdateRequest object.
EventUpdateResponse - class com.ibm.events.datastore.EventUpdateResponse.
Data store response to an event update request.
EventUpdateResponse() - Constructor for class com.ibm.events.datastore.EventUpdateResponse
Creates a new EventUpdateResponse object.
EventUpdatesNotSupportedException - exception com.ibm.events.access.EventUpdatesNotSupportedException.
This exception is thrown from event access when an event update call requires an interaction with the data store and the data store does not support updates.
EventUpdatesNotSupportedException(String, String, Object[]) - Constructor for class com.ibm.events.access.EventUpdatesNotSupportedException
Creates a EventUpdatesNotSupportedException with a detailed message and message translation information (resource bundle, message key and message substitutions).
EventsException - exception com.ibm.events.EventsException.
The EventsException class is the base exception that all Common Event Infrastructure exceptions should inherit from.
EventsException() - Constructor for class com.ibm.events.EventsException
Constructs a new EventsException with a null detail message and an uninitialized cause field.
EventsException(String) - Constructor for class com.ibm.events.EventsException
Constructs a new EventsException with the specified detail message and an uninitialized cause field.
EventsException(Throwable) - Constructor for class com.ibm.events.EventsException
Constructs a new EventsException with a null detail message and a cause field set to the specified java.lang.Throwable.
EventsException(String, Throwable) - Constructor for class com.ibm.events.EventsException
Constructs a new EventsException with a null detail message and a cause field set to the specified java.lang.Throwable.
EventsException(String, String, Object[]) - Constructor for class com.ibm.events.EventsException
Constructs a new EventsException with a detail message and message translation information (resource bundle, message key and message substitutions).
EventsException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.EventsException
Constructs a new EventsException with a detail message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
ExtendedDataElementDescription - class com.ibm.events.catalog.ExtendedDataElementDescription.
Describes an extended data element that an event can contain.
ExtendedDataElementDescription(String, int) - Constructor for class com.ibm.events.catalog.ExtendedDataElementDescription
Creates a description for an extended data element identified by its name.
ExtendedDataElementUpdateException - exception com.ibm.events.datastore.ExtendedDataElementUpdateException.
This exception is thrown when an event update request is sent to the data store to modify an extended data element and the parent extended data element doesnt exist.
ExtendedDataElementUpdateException(String, String, String, String, Object[]) - Constructor for class com.ibm.events.datastore.ExtendedDataElementUpdateException
Constructs a new ExtendedDataElementUpdateException with a detailed message and message translation information (resource bundle, message key and message substitutions).
ExtendedDataElementUpdateException(String, String, String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.ExtendedDataElementUpdateException
Constructs a new ExtendedDataElementUpdateException with a detailed message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
equals(Object) - Method in class com.ibm.events.catalog.EventDefinition
Indicates whether some other object represents the same event definition as this object.
equals(Object) - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Indicates whether some other object represents the same extended data element description as this object.
equals(Object) - Method in class com.ibm.events.catalog.PropertyDescription
Indicates whether another object represents the same property description as this object.
eventExists(String, String) - Method in interface com.ibm.events.access.EventAccess
Determines if events exist that belong to the specified event group.
eventExists(String, String) - Method in interface com.ibm.events.access.EventAccessLocal
Determines if events exist that belong to the specified event group.
eventExists(String) - Method in interface com.ibm.events.datastore.DataStoreLocal
Determines if events exist that belong to the specified event selector.

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