Package com.ibm.events.datastore

Interface specification for the implementation of data store plug-ins.

See:
          Description

Interface Summary
DataStoreLocal Local interface for the data store enterprise bean.
DataStoreLocalHome Local home interface for the data store enterprise bean
 

Exception Summary
AttributeNotFoundException Exception that is thrown if the metadata for a particular event element or attribute cannot be found.
BadConnectionException Exception that is thrown if the WebSphere Application Server throws a StaleConnectionException.
ConnectionTimeoutException Exception that is thrown if the data store is unable to obtain a connection from the connection pool after the configured number of retries.
DatabaseSpecificsImplCreationException Exception that is thrown whenever a DatabaseSpecifics implementation class cannot be created.
DataStoreException This is the base exception that all data store exceptions extend.
DataStoreIoException Exception that is thrown whenever an I/O error occurs when reading or writing CLOB or BLOB data.
DataStoreNamingException Exception that is thrown if the data store profile or the JDBC provider cannot be found when performing a JNDI lookup.
DataStoreSqlException Wrapper for SQLException instances that can be thrown by the JDBC driver.
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.
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.
InvalidXPathExpressionException Exception that is thrown when an XPath event selector expression that is not valid is specified.
PurgeThresholdExceededException Exception that is thrown if an event purge operation attempts to delete more than the configured number of events in a single transaction.
QueryThresholdExceededException Exception that is thrown if the number of events that are retrieved in a query has exceeded the configured query threshold.
RdbmsNotSupportedException Exception that is thrown if the JDBC provider for the data store is configured to use a JDBC driver for an unsupported RDBMS platform or version.
TypeNotSearchableException Exception that is thrown if an XPath expression attempts to search on hexBinary data elements or on the xsd:any elements.
XPathFunctionNotSupportedException Exception that is thrown if an unsupported XPath function is used in an event selector expression.
 

Package com.ibm.events.datastore Description

Interface specification for the implementation of data store plug-ins.