com.sun.mdm.index.query
Class QueryObjectCacheManagerImpl

java.lang.Object
  extended bycom.sun.mdm.index.query.QueryObjectCacheManagerImpl
All Implemented Interfaces:
QueryObjectCacheManager

public class QueryObjectCacheManagerImpl
extends java.lang.Object
implements QueryObjectCacheManager


Constructor Summary
QueryObjectCacheManagerImpl()
           
 
Method Summary
 QueryObjectCache getQueryObjectCache(QueryObject qo)
           
 int getQueryObjectCacheCount()
           
 void setQueryObjectCache(QueryObjectCache qc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryObjectCacheManagerImpl

public QueryObjectCacheManagerImpl()
Method Detail

getQueryObjectCache

public QueryObjectCache getQueryObjectCache(QueryObject qo)
                                     throws java.lang.Exception
Specified by:
getQueryObjectCache in interface QueryObjectCacheManager
Throws:
java.lang.Exception

getQueryObjectCacheCount

public int getQueryObjectCacheCount()
Specified by:
getQueryObjectCacheCount in interface QueryObjectCacheManager

setQueryObjectCache

public void setQueryObjectCache(QueryObjectCache qc)
                         throws java.lang.Exception
Specified by:
setQueryObjectCache in interface QueryObjectCacheManager
Throws:
java.lang.Exception


Sun Microsystems, Inc.