Oracle Content Management SDK

oracle.ifs.common
Class CachedResolverCollection

java.lang.Object
  |
  +--oracle.ifs.common.CachedCollection
        |
        +--oracle.ifs.common.CachedResolverCollection
All Implemented Interfaces:
Collection, IfsEventHandler

public class CachedResolverCollection
extends CachedCollection

A CachedResolverCollection is a CachedCollection whose items are java.lang.Objects specified by a CollectionResolver.

CachedResolverCollection defers resolving its items until they are requested, at which point they are obtained by calling the resolveCollection method of the CollectionResolver. Because the items are cached, CachedResolverCollection may consume excessive Java heap for large collections.


Methods inherited from class oracle.ifs.common.CachedCollection
getItemCount, getItems, getItems, getItems, getItemsVector, handleEvent
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.