com.sun.mdm.index.query
Interface QueryObjectCacheManager

All Known Implementing Classes:
QueryObjectCacheManagerImpl, ThreadSafeQueryObjectCacheManager

public interface QueryObjectCacheManager


Method Summary
 QueryObjectCache getQueryObjectCache(QueryObject qo)
           
 int getQueryObjectCacheCount()
           
 void setQueryObjectCache(QueryObjectCache qc)
           
 

Method Detail

getQueryObjectCache

public QueryObjectCache getQueryObjectCache(QueryObject qo)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getQueryObjectCacheCount

public int getQueryObjectCacheCount()

setQueryObjectCache

public void setQueryObjectCache(QueryObjectCache qc)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Sun Microsystems, Inc.