Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

Uses of Interface
oracle.reports.cache.CacheItem

Packages that use CacheItem
oracle.reports.cache   
oracle.reports.server   
 

Uses of CacheItem in oracle.reports.cache
 

Methods in oracle.reports.cache that return CacheItem
 CacheItem Cache.findItem(java.util.Properties jobProps, java.lang.String key)
          Searches the caching service for items that match specified job properties.
 CacheItem Cache.newItem(Job job, java.lang.String key)
          Creates a new item in the cache for a given job object.
 

Methods in oracle.reports.cache with parameters of type CacheItem
 void Cache.deleteItem(CacheItem item)
          Deletes the CacheItem.
 

Uses of CacheItem in oracle.reports.server
 

Fields in oracle.reports.server declared as CacheItem
protected  CacheItem Destination.m_cacheItem
          The cache item associated with the destination.
 

Methods in oracle.reports.server that return CacheItem
protected  CacheItem Destination.getCacheItem()
          Returns the cache item associated with the destination.
 CacheItem[] Job.getCacheItems()
          Returns the cache items for the job.
 

Methods in oracle.reports.server with parameters of type CacheItem
protected  void Destination.setCacheItem(CacheItem item)
          Sets a cache item associated with the destination.
 


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.