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

D

DB2UDBNT_V82_1_BACKEND_ID - Static variable in interface com.ibm.events.install.InstallConstants
 
DB2UDBNT_V8_1_BACKEND_ID - Static variable in interface com.ibm.events.install.InstallConstants
 
DB2UDBOS390_V7_1_BACKEND_ID - Static variable in interface com.ibm.events.install.InstallConstants
 
DB2UDBOS390_V8_1_BACKEND_ID - Static variable in interface com.ibm.events.install.InstallConstants
 
DB2ZOS_DB_TYPE - Static variable in interface com.ibm.events.install.InstallConstants
 
DB2_DB_TYPE - Static variable in interface com.ibm.events.install.InstallConstants
 
DEFAULT - Static variable in interface com.ibm.events.emitter.SynchronizationMode
Indicates that events should be sent to the event bus using the default SynchronizationMode defined for the emitter.
DEFAULT - Static variable in interface com.ibm.events.emitter.TransactionMode
Indicates that events should be sent to the event bus using the default TransactionMode defined for the emitter.
DEFAULT_PURGE_TRANSACTION_SIZE - Static variable in interface com.ibm.events.access.EventAccess
Default transaction size to use when purging events.
DEFAULT_PURGE_TRANSACTION_SIZE - Static variable in interface com.ibm.events.access.EventAccessLocal
Default transaction size to use when purging events.
DataStoreConnectionFailureException - exception com.ibm.events.DataStoreConnectionFailureException.
This exception is thrown when the data store cannot be connected to.
DataStoreConnectionFailureException(String, String, Object[]) - Constructor for class com.ibm.events.DataStoreConnectionFailureException
Creates a DataStoreConnectionFailureException with a detail message and message translation information (resource bundle, message key and message substitutions).
DataStoreConnectionFailureException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.DataStoreConnectionFailureException
Creates a DataStoreConnectionFailureException with a detail message and message translation information (resource bundle, message key and message substitutions).
DataStoreException - exception com.ibm.events.datastore.DataStoreException.
This is the base exception that all data store exceptions extend.
DataStoreException() - Constructor for class com.ibm.events.datastore.DataStoreException
Constructs a new DataStoreException object.
DataStoreException(String) - Constructor for class com.ibm.events.datastore.DataStoreException
Constructs a new DataStoreException object.
DataStoreException(Throwable) - Constructor for class com.ibm.events.datastore.DataStoreException
Constructs a new DataStoreException object.
DataStoreException(String, Throwable) - Constructor for class com.ibm.events.datastore.DataStoreException
Constructs a new DataStoreException object.
DataStoreException(String, String, Object[]) - Constructor for class com.ibm.events.datastore.DataStoreException
Constructs a new DataStoreException with a detailed message and message translation information (resource bundle, message key and message substitutions).
DataStoreException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.DataStoreException
Constructs a new DataStoreException with a detailed message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
DataStoreIoException - exception com.ibm.events.datastore.DataStoreIoException.
Exception that is thrown whenever an I/O error occurs when reading or writing CLOB or BLOB data.
DataStoreIoException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.DataStoreIoException
Constructs a new DataStoreIoException with a detail message, message translation information (resource bundle, message key and message substitutions) and a nested exception.
DataStoreLocal - interface com.ibm.events.datastore.DataStoreLocal.
Local interface for the data store enterprise bean.
DataStoreLocalHome - interface com.ibm.events.datastore.DataStoreLocalHome.
Local home interface for the data store enterprise bean
DataStoreMetaData - class com.ibm.events.datastore.DataStoreMetaData.
This class provides meta data specific to the data store comment.
DataStoreMetaData(String, int, int, int, int, int, int) - Constructor for class com.ibm.events.datastore.DataStoreMetaData
Creates a new DataStoreMetaData object.
DataStoreNamingException - exception com.ibm.events.datastore.DataStoreNamingException.
Exception that is thrown if the data store profile or the JDBC provider cannot be found when performing a JNDI lookup.
DataStoreNamingException(String, String, Object[]) - Constructor for class com.ibm.events.datastore.DataStoreNamingException
Constructs a new DataStoreNamingException with a detail message and message translation information (resource bundle, message key and message substitutions).
DataStoreNamingException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.DataStoreNamingException
Constructs a new DataStoreNamingException with a detail message, message translation information (resource bundle, message key and message substitutions) and a nested exception.
DataStoreNotEnabledException - exception com.ibm.events.access.DataStoreNotEnabledException.
This exception is thrown from event access when a method call requires an interaction with the data store and the data store is not enabled.
DataStoreNotEnabledException(String, String, Object[]) - Constructor for class com.ibm.events.access.DataStoreNotEnabledException
Creates a DataStoreNotEnabledException with a detailed message and message translation information (resource bundle, message key and message substitutions).
DataStoreSqlException - exception com.ibm.events.datastore.DataStoreSqlException.
Wrapper for SQLException instances that can be thrown by the JDBC driver.
DataStoreSqlException(String, String, Object[], SQLException) - Constructor for class com.ibm.events.datastore.DataStoreSqlException
Constructs a new DataStoreSqlException with a detail message, message translation information (resource bundle, message key and message substitutions) and a nested exception.
DataTypeMissingException - exception com.ibm.events.datastore.DataTypeMissingException.
Exception that is thrown if an event selector expression contains an extended data element value but the value's data type is not specified in the event selector expression.
DataTypeMissingException(String, String, Object[]) - Constructor for class com.ibm.events.datastore.DataTypeMissingException
Constructs a new DataTypeMissingException with a detail message and message translation information (resource bundle, message key and message substitutions).
DataTypeMissingException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.DataTypeMissingException
Constructs a new DataTypeMissingException with a detail message, message translation information (resource bundle, message key and message substitutions) and a nested exception.
DatabaseSpecificsImplCreationException - exception com.ibm.events.datastore.DatabaseSpecificsImplCreationException.
Exception that is thrown whenever a DatabaseSpecifics implementation class cannot be created.
DatabaseSpecificsImplCreationException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.DatabaseSpecificsImplCreationException
Constructs a new DatabaseSpecificsImplCreationException with a detail message, message translation information (resource bundle, message key and message substitutions) and a nested exception.
DescriptionExistsException - exception com.ibm.events.catalog.DescriptionExistsException.
Thrown 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.
DescriptionExistsException(String, String, Object[]) - Constructor for class com.ibm.events.catalog.DescriptionExistsException
Constructs a new DescriptionExistsException.
DuplicateGlobalInstanceIdException - exception com.ibm.events.datastore.DuplicateGlobalInstanceIdException.
This exception is thrown when an event is sent to the data store that contains a global instance ID of an event that already exists in the data store.
DuplicateGlobalInstanceIdException() - Constructor for class com.ibm.events.datastore.DuplicateGlobalInstanceIdException
Constructs a new DuplicateGlobalInstanceIdException
DuplicateGlobalInstanceIdException(String, String, String, Object[]) - Constructor for class com.ibm.events.datastore.DuplicateGlobalInstanceIdException
Constructs a new DuplicateGlobalInstanceIdException with a detailed message and message translation information (resource bundle, message key and message substitutions).
DuplicateGlobalInstanceIdException(String, String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.DuplicateGlobalInstanceIdException
Constructs a new DuplicateGlobalInstanceIdException with a detailed message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
deregisterCeiUser(String) - Method in interface com.ibm.events.install.InstallUtil
Removes the product from the list of users of CEI system.
deregisterCeiUserForProfile(String, String) - Method in interface com.ibm.events.install.InstallUtil
Removes a product from the list of CEI users for a profile.

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