org.apache.lokahi.core.common.interfaces
Interface Cacheable

All Superinterfaces:
Dao
All Known Implementing Classes:
AMPoolWorker, TMPoolWorker

public interface Cacheable
extends Dao

Implementation required for use of lokahi caching of Dao objects.

Version:
$Id: Cacheable.java,v 1.1 2006/03/07 20:18:51 drtobes Exp $
Author:
Stephen Toback

Method Summary
<T extends Cacheable>
java.util.Collection<T>
getAll()
          Gets all of the particular Dao from the datastore without going to the cache
 
Methods inherited from interface org.apache.lokahi.core.common.interfaces.Dao
fillObject
 

Method Detail

getAll

<T extends Cacheable> java.util.Collection<T> getAll()
                                                 throws java.sql.SQLException
Gets all of the particular Dao from the datastore without going to the cache

Returns:
a collection
Throws:
java.sql.SQLException