A B C D E F G I 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(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.
EmitterException(Throwable) - Constructor for class com.ibm.events.emitter.EmitterException
Constructs an EmitterException that contains a causing exception.
EmitterFactory - interface com.ibm.events.emitter.EmitterFactory.
This interface is used by event sources to create emitter instances.
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.
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.
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.
eventExists(String) - Method in interface com.ibm.events.datastore.DataStoreLocal
Determines if events exist that belong to the specified event selector.
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.
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).
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(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.
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(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.
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.

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