SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.runtime.datacache.query
Interface CachingList

All Superinterfaces:
Collection, List, ResultList, Serializable
All Known Implementing Classes:
CachingRandomAccessList

public interface CachingList
extends ResultList

An extension of ResultList that provides methods to control caching of the underlying list.

Since:
2.5

Method Summary
 void abortCaching()
          Instructs this list to stop caching results returned from this list.
 boolean isCaching()
          Returns true if this list is currently caching results retrieved from the list; otherwise returns false.
 
Methods inherited from interface com.solarmetric.kodo.runtime.objectprovider.ResultList
checkClosed, close, getInstantiatedCount, isClosed
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

isCaching

public boolean isCaching()
Returns true if this list is currently caching results retrieved from the list; otherwise returns false.

abortCaching

public void abortCaching()
Instructs this list to stop caching results returned from this list. Upon invoking this method, all caching efforts are aborted, and any partial results are dropped.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.