Uses of Interface
ca.uhn.cache.IDataSource

Packages that use IDataSource
ca.uhn.cache   
ca.uhn.cache.impl   
 

Uses of IDataSource in ca.uhn.cache
 

Subinterfaces of IDataSource in ca.uhn.cache
 interface IUnstationaryDataSource
          An extension of IDataSource that allows unstationary data.
 

Uses of IDataSource in ca.uhn.cache.impl
 

Classes in ca.uhn.cache.impl that implement IDataSource
 class MethodDataSource
          IDataSource implementation backed by a method invocation.
 class SelfCachingDataSource
          An IDataSource that is an underlying IDataSource wrapped in a read-through cache.
 

Methods in ca.uhn.cache.impl that return IDataSource
 IDataSource SelfCachingDataSource.getDataSource()
          The underlying data source.
 

Methods in ca.uhn.cache.impl with parameters of type IDataSource
 void SelfCachingDataSource.setDataSource(IDataSource theDataSource)
           
 



Copyright © 2004-2005 University Health Network. All Rights Reserved.