|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceException | |
ca.uhn.cache | |
ca.uhn.cache.exception | |
ca.uhn.cache.impl |
Uses of DataSourceException in ca.uhn.cache |
Methods in ca.uhn.cache that throw DataSourceException | |
IQueryResult |
IUnstationaryDataSource.execute(IQuery[] theQueries,
java.util.Date theUpdatedSinceTime)
Runs one or more queries against the data source. |
IQueryResult |
IDataSource.execute(IQuery[] theQueries)
Runs one or more queries against the data source. |
Uses of DataSourceException in ca.uhn.cache.exception |
Subclasses of DataSourceException in ca.uhn.cache.exception | |
class |
MethodDataSourceIllegalAccessException
Thrown by the MethodDataSource class when an instance
of IllegalAccessException is captured. |
class |
MethodDataSourceInvocationTargetException
Thrown by the MethodDataSource class when an instance
of InvocationTargetException is captured. |
Uses of DataSourceException in ca.uhn.cache.impl |
Methods in ca.uhn.cache.impl that throw DataSourceException | |
IQueryResult |
SelfCachingDataSource.execute(IQuery[] theQueries)
Note that there is no optimization for sending multiple queries at once (queries are executed in series). |
IQueryResult |
MethodDataSource.execute(IQuery[] theQueries)
Runs one or more queries against the data source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |