|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DataStoreLocal | Local interface for the data store enterprise bean. |
DataStoreLocalHome | Local home interface for the data store enterprise bean |
Class Summary | |
---|---|
DataStoreMetaData | This class provides meta data specific to the data store comment. |
EventCreationRequest | Class used to request event creation. |
EventUpdateRequest | Provides all change requests for a particular event. |
EventUpdateResponse | Data store response to an event update request. |
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. |
EventDoesNotExistException | This exception is thrown when an event update request is sent to the data store for an event that does not exist. |
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. |
FastPurgeInProgressException | |
IncompatibleSchemaVersionException | |
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. |
SeverityAlreadySetException | This 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. |
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. |
Interface specification for the implementation of data store plug-ins.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |