|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use KeyNotFoundException | |
|---|---|
| com.inet.report.cache | Provides all classes and interfaces for the memory, database and hard disk cache. |
| Uses of KeyNotFoundException in com.inet.report.cache |
|---|
| Methods in com.inet.report.cache that throw KeyNotFoundException | |
|---|---|
byte[] |
Cache.getPageAndWait(ReportCacheKey key,
int page)
The method returns the binary data of pages of a report. |
abstract byte[] |
Cache.getPageAndWait(ReportCacheKey key,
int page,
int timeout)
The method returns the binary data of pages of a report. |
int |
Cache.getPageCountAndWait(ReportCacheKey key)
Returns the total count of pages and blocks until the rendering is finished. |
abstract int |
Cache.getPageCountAndWait(ReportCacheKey key,
int timeout)
Returns the total count of pages and blocks until the rendering is finished. |
int |
Cache.getTotalPageSizeAndWait(ReportCacheKey key)
Returns the total size of all pages in bytes and blocks
until the rendering is finished. |
abstract int |
Cache.getTotalPageSizeAndWait(ReportCacheKey key,
int timeout)
Returns the total size of all pages in bytes and blocks
until the rendering is finished. |
boolean |
Cache.isFinishWrittenToStore(ReportCacheKey key)
Asserts, whether the report is completly written into the store of the cache or not. |
abstract boolean |
Cache.isPageLimitExceeded(ReportCacheKey key)
Check if the rendering of the report ran into a page limit. |
abstract void |
Cache.lock(ReportCacheKey key)
Lock the data in the cache and prevent it from modification. |
abstract void |
Cache.unlock(ReportCacheKey key)
Unlock the data in the cache. |
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||