IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.events.datastore

Interface Summary

Class Summary
DataStoreMetaDataThis class provides meta data specific to the data store comment.

Exception Summary
XPathFunctionNotSupportedExceptionException that is thrown if an unsupported XPath function is used in an event selector expression.
TypeNotSearchableExceptionException that is thrown if an XPath expression attempts to search on hexBinary data elements or on the xsd:any elements.
RdbmsNotSupportedExceptionException 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.
QueryThresholdExceededExceptionException that is thrown if the number of events that are retrieved in a query has exceeded the configured query threshold.
PurgeThresholdExceededExceptionException that is thrown if an event purge operation attempts to delete more than the configured number of events in a single transaction.
InvalidXPathExpressionExceptionException that is thrown when an XPath event selector expression that is not valid is specified.
DataTypeMissingExceptionException 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.
DataStoreSqlExceptionWrapper for SQLException instances that can be thrown by the JDBC driver.
DataStoreNamingExceptionException that is thrown if the data store profile or the JDBC provider cannot be found when performing a JNDI lookup.
DataStoreIoExceptionException that is thrown whenever an I/O error occurs when reading or writing CLOB or BLOB data.
DatabaseSpecificsImplCreationExceptionException that is thrown whenever a DatabaseSpecifics implementation class cannot be created.
ConnectionTimeoutExceptionException that is thrown if the data store is unable to obtain a connection from the connection pool after the configured number of retries.
BadConnectionExceptionException that is thrown if the WebSphere Application Server throws a StaleConnectionException.
AttributeNotFoundExceptionException that is thrown if the metadata for a particular event element or attribute cannot be found.
SeverityAlreadySetExceptionThis exception is thrown when an event update request is sent to the data store to modify the severity attribute when the severity attribute is already set.
ExtendedDataElementUpdateExceptionThis 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.
EventDoesNotExistExceptionThis exception is thrown when an event update request is sent to the data store for an event that does not exist.



IBM WebSphere Application ServerTM
Release 6