SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

kodo.datacache
Interface CachingList

All Superinterfaces:
com.solarmetric.util.Closeable, Collection, List, ResultList, Serializable

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.rop.ResultList
close, 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 3.0.3 generated on February 20 2004

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